Skip to content

Commit

Permalink
Upgrade gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 21, 2024
1 parent 4e3fcc6 commit f5b693a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/driver_master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'bson', git: 'https://github.com/mongodb/bson-ruby', branch: '4-stable'
gem 'bson', git: 'https://github.com/mongodb/bson-ruby'
gem 'mongo', git: 'https://github.com/mongodb/mongo-ruby-driver'
gem 'actionpack', '>= 6.0'
gem 'activemodel', '>= 6.0'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/driver_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'mongo', git: 'https://github.com/mongodb/mongo-ruby-driver', branch: '2.18-stable'
gem 'mongo', git: 'https://github.com/mongodb/mongo-ruby-driver', branch: '2.19-stable'
gem 'actionpack', '>= 6.0'
gem 'activemodel', '>= 6.0'

Expand Down

0 comments on commit f5b693a

Please sign in to comment.