Skip to content

Commit

Permalink
remove duplicate mocha lock in gemfiles, add bootsnap for rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Apr 17, 2022
1 parent b18e015 commit c95044d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion gemfiles/5.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source 'https://rubygems.org'

gem 'bootsnap' # required to run `rake test` in Rails 5.2
gem 'mocha', '= 1.3' # newer versions blow up
gem 'rails', '~> 5.2'
gem 'rdoc'
gem 'sprockets', '~>3.0' # v4 strips newlines from assets causing tests to fail
Expand Down
1 change: 0 additions & 1 deletion gemfiles/6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

gem 'bootsnap' # required to run `rake test` in Rails 6.0
gem 'bundler', '~>2'
gem 'mocha', '= 1.3' # newer versions blow up
gem 'rails', '~>6.0.1'
gem 'rdoc'
gem 'sprockets', '~>3.0'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

gem 'bootsnap' # required to run `rake test` in Rails 6.1
gem 'bundler', '~>2'
gem 'mocha', '= 1.3' # newer versions blow up
gem 'rails', '~>6.1.0'
gem 'webpacker'
gem 'rdoc'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'bootsnap' # required to run `rake test` in Rails 7.0
gem 'bundler', '~>2'
gem 'mocha', '= 1.3' # newer versions blow up
gem 'rails', '~>7.0.0'
gem 'rdoc'
gem 'sprockets', '~>3.0'
Expand Down

0 comments on commit c95044d

Please sign in to comment.