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

11 lines
112 B
Ruby
Raw Normal View History

2017-06-30 13:12:58 -04:00
source 'https://rubygems.org'
gemspec
gem 'rake'
gem 'byebug'
2017-07-02 10:47:28 -04:00
gem 'sqlite3'
2017-07-03 17:54:57 -04:00
gem 'aws-sdk'
gem 'google-cloud'