Skip to content

Commit

Permalink
Merge pull request rubocop#12153 from koic/suppress_warning_bigdecima…
Browse files Browse the repository at this point in the history
…l_will_be_bundled_gem

Suppress a Ruby warning when using Ruby 3.3.0dev
  • Loading branch information
koic committed Aug 25, 2023
2 parents 0ff3a62 + b1b7742 commit bea319d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ gem 'test-queue'
gem 'yard', '~> 0.9'

group :test do
# FIXME: This `bigdecimal` dependency can be removed when https://github.com/jnunemaker/crack/pull/75
# is merged and released. It's a workaround until then.
gem 'bigdecimal', platform: :mri
gem 'webmock', require: false
end

Expand Down

0 comments on commit bea319d

Please sign in to comment.