1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile

24 lines
476 B
Text
Raw Normal View History

source "https://rubygems.org"
2017-06-30 13:12:58 -04:00
2017-07-14 18:26:27 -04:00
git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }
2017-06-30 13:12:58 -04:00
gemspec
2017-07-14 18:26:27 -04:00
gem "activesupport", github: "rails/rails"
gem "activerecord", github: "rails/rails"
gem "actionpack", github: "rails/rails"
gem "activejob", github: "rails/rails"
gem "rake"
gem "byebug"
2017-07-02 10:47:28 -04:00
gem "sqlite3"
gem "httparty"
gem "aws-sdk", "~> 2", require: false
gem "google-cloud-storage", "~> 1.3", require: false
2017-07-11 12:53:17 -04:00
gem 'mini_magick'
2017-07-20 13:12:58 -04:00
gem "rubocop", require: false