Skip to content

Commit

Permalink
Add observer to Gemfile
Browse files Browse the repository at this point in the history
We are currently using this gem which comes as part of the standard Ruby
installation, however this will be remove in Ruby 3.4.*.

Therefore manually specifying the gem to remove deprecation warnings.
  • Loading branch information
brucebolt committed Aug 14, 2024
1 parent a4e1162 commit cb79ca6
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 @@ -15,6 +15,7 @@ gem "jwt"
gem "mongo", "~> 2.20.1"
gem "mongoid"
gem "nokogiri"
gem "observer"
gem "plek"
gem "rack_strip_client_ip"
gem "rails-controller-testing"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
observer (0.1.2)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
Expand Down Expand Up @@ -759,6 +760,7 @@ DEPENDENCIES
mongo (~> 2.20.1)
mongoid
nokogiri
observer
pact
pact_broker-client
plek
Expand Down

0 comments on commit cb79ca6

Please sign in to comment.