Skip to content

Commit

Permalink
Allow mocha updates to get to 2.4.5 to get over incompatibilities wit…
Browse files Browse the repository at this point in the history
…h newer minitest.
  • Loading branch information
ajtucker committed Oct 7, 2024
1 parent 88399d9 commit ec28489
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ All notable changes will be documented in this file.
## 1.2.0 - 2024-10-06

- (AlexT) allow passing endpoint specifications directory in initializer
Bump deps including minitest 5.15.0 -> 5.25.1 and rexml 3.2.8 -> 3.3.8.
Bump deps including minitest 5.15.0 -> 5.25.1, mocha 1.13.0 -> 2.4.5 and
rexml 3.2.8 -> 3.3.8.

## 1.1.3 - 2024-06-03

Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
minitest (5.25.1)
minitest-reporters (1.5.0)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.13.0)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
multipart-post (2.4.1)
parallel (1.26.3)
parser (3.3.5.0)
Expand Down Expand Up @@ -86,9 +87,9 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.1.4)
byebug (~> 11.1.3)
minitest (~> 5.0)
minitest-reporters (~> 1.5.0)
mocha (~> 1.13.0)
minitest (~> 5.25)
minitest-reporters (~> 1.7)
mocha (~> 2.4)
rake (~> 13.0.1)
rubocop (~> 1.26.0)
sapi-client-ruby!
Expand Down
6 changes: 3 additions & 3 deletions sapi-client-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 2.1.4'
spec.add_development_dependency 'byebug', '~> 11.1.3'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'minitest-reporters', '~> 1.5.0'
spec.add_development_dependency 'mocha', '~> 1.13.0'
spec.add_development_dependency 'minitest', '~> 5.25'
spec.add_development_dependency 'minitest-reporters', '~> 1.7'
spec.add_development_dependency 'mocha', '~> 2.4'
spec.add_development_dependency 'rake', '~> 13.0.1'
spec.add_development_dependency 'rubocop', '~> 1.26.0'
spec.add_development_dependency 'simplecov', '~> 0.21.1'
Expand Down

0 comments on commit ec28489

Please sign in to comment.