Skip to content

Commit

Permalink
Compatibility with Ruby 3.3 (#15)
Browse files Browse the repository at this point in the history
We expect to be able to revert this change once the upstream issue is resolved.

See pivotal/LicenseFinder#1013 and fbernier/tomlrb#50.
  • Loading branch information
benlangfeld authored Jan 9, 2024
1 parent d174952 commit 480cb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source "https://rubygems.org"
ruby "3.3.0"

gem "license_finder", "~> 7.0", require: false
gem "racc"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GEM
tomlrb (>= 1.3, < 2.1)
with_env (= 1.1.0)
xml-simple (~> 1.1.9)
racc (1.7.3)
rexml (3.2.6)
rubyzip (2.3.2)
thor (1.3.0)
Expand All @@ -21,6 +22,7 @@ PLATFORMS

DEPENDENCIES
license_finder (~> 7.0)
racc

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit 480cb51

Please sign in to comment.