Skip to content

Commit

Permalink
Update rake-compiler-dock to add 2.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Aug 5, 2020
1 parent 6da166a commit c1114a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'concurrent-ruby-ext', Concurrent::VERSION, options.merge(platform: :mri)
group :development do
gem 'rake', (Concurrent.ruby_version :<, 2, 2, 0) ? '~> 12.0' : '~> 13.0'
gem 'rake-compiler', '~> 1.0', '>= 1.0.7'
gem 'rake-compiler-dock', '~> 0.7.0'
gem 'rake-compiler-dock', '~> 1.0'
gem 'pry', '~> 0.11', platforms: :mri
end

Expand Down

0 comments on commit c1114a0

Please sign in to comment.