Skip to content

Commit

Permalink
Add gemfile for Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 1, 2021
1 parent 1fb723b commit ebca9c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gemfiles/Gemfile.rails-6.1.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 6.1'
gem 'mocha', '~> 1.7.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.1'

platforms :mri do
gem 'oj'
end

0 comments on commit ebca9c8

Please sign in to comment.