Skip to content

Commit

Permalink
Update mocha gem
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Nov 12, 2023
1 parent 7cf0947 commit a2b5ffd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gemspec

gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake', '~> 13'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 5.0.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake', '~> 13'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 5.1.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 5.2.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 6.0.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 6.1'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 7.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'minitest/autorun'
require 'bundler/setup'
require 'i18n'
require 'mocha/setup'
require 'mocha/minitest'
require 'test_declarative'

class I18n::TestCase < Minitest::Test
Expand Down

0 comments on commit a2b5ffd

Please sign in to comment.