Skip to content

Commit

Permalink
Merge in changes from 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtucker committed Oct 8, 2024
1 parent a807e8d commit 5dd006a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes will be documented in this file.

- (AlexT) allow passing endpoint specifications directory in initializer
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.
minitest-reporters 1.5.0 -> 1.7.1.

## 1.1.4 - 2024-10-08

Expand Down
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sapi-client-ruby (1.1.4)
sapi-client-ruby (1.2.0)
faraday_middleware (~> 1.0.0)
i18n (~> 1.5)

Expand All @@ -10,7 +10,7 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
docile (1.4.0)
Expand Down Expand Up @@ -41,13 +41,14 @@ GEM
faraday (~> 1.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
minitest-reporters (1.5.0)
minitest (5.25.1)
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.21.0)
parser (3.1.1.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

0 comments on commit 5dd006a

Please sign in to comment.