Skip to content

Commit

Permalink
add rails-6-1-stable gemfile. Be able to run specs for that version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrunberg committed May 12, 2021
1 parent 444928d commit 5ff51ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace :spec do
rails-4-2-stable
rails-5-2-stable
rails-6-0-stable
rails-6-1-stable
]

mappers.each do |gemfile|
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails-6-1-stable.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gem 'rake', '< 11.0'

# not yet
gem 'railties', '~> 6.1.0'
gem 'rspec-rails', '~> 3.8.2'

gemspec path: '../'

0 comments on commit 5ff51ab

Please sign in to comment.