mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
23 lines
476 B
Ruby
23 lines
476 B
Ruby
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }
|
|
|
|
gemspec
|
|
|
|
gem "activesupport", github: "rails/rails"
|
|
gem "activerecord", github: "rails/rails"
|
|
gem "actionpack", github: "rails/rails"
|
|
gem "activejob", 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
|