Skip to content

Commit

Permalink
Fix Ruby 3.0 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed May 7, 2021
1 parent 1c7bdd2 commit d50d80e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions gemfiles/rails-6-1.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 6.1.0.rc1"
gem "rails", "~> 6.1.0"
gem "activemodel-serializers-xml"
if RUBY_VERSION >= '3'
gem 'rmagick', github: 'rmagick/rmagick', platform: :ruby
gem 'fog-google', github: 'binti-family/fog-google', branch: 'ruby-3.0'
end

gemspec :path => "../"
2 changes: 0 additions & 2 deletions gemfiles/rails-master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ gem "sprockets-rails", github: "rails/sprockets-rails", branch: "master"
gem "sass-rails", github: "rails/sass-rails"
gem "activemodel-serializers-xml"
gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", platforms: :jruby
gem 'rmagick', platform: :ruby
gem 'fog-google', github: 'binti-family/fog-google', branch: 'ruby-3.0'

gemspec :path => "../"

0 comments on commit d50d80e

Please sign in to comment.