Skip to content

Commit

Permalink
chore(deps): add fiddle to gemspec
Browse files Browse the repository at this point in the history
fixes

warning: fiddle was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
  • Loading branch information
YOU54F committed Nov 29, 2024
1 parent 24c7944 commit e8dad88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ gem "webrick", "1.9.0"
# we require gem locking for gems with native extensions
# due to lack of windows support
gem "json", "2.7.1"
gem "bigdecimal", "3.1.5"
gem "bigdecimal", "3.1.5"
gem 'fiddle', platforms: [:mingw, :mswin, :x64_mingw]
2 changes: 2 additions & 0 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GEM
net-http (>= 0.5.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
fiddle (1.1.5)
find_a_port (1.0.1)
httparty (0.22.0)
csv
Expand Down Expand Up @@ -143,6 +144,7 @@ PLATFORMS

DEPENDENCIES
bigdecimal (= 3.1.5)
fiddle
json (= 2.7.1)
pact (= 1.66.0)
pact-message (= 0.11.1)
Expand Down

0 comments on commit e8dad88

Please sign in to comment.