1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile
David Heinemeier Hansson 347dc16632 VerifiedKeyWithExpiration no longer needed
Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master.
2017-07-23 13:19:32 -05:00

20 lines
347 B
Ruby

source "https://rubygems.org"
git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }
gemspec
gem "rails", github: "rails/rails"
gem "rake"
gem "byebug"
gem "sqlite3"
gem "httparty"
gem "aws-sdk", "~> 2", require: false
gem "google-cloud-storage", "~> 1.3", require: false
gem "mini_magick"
gem "rubocop", require: false