Skip to content

Commit

Permalink
Bump the ruby-minor-patch group with 3 updates (#3153)
Browse files Browse the repository at this point in the history
Bumps the ruby-minor-patch group with 3 updates: [pg](https://github.com/ged/ruby-pg), [twilio-ruby](https://github.com/twilio/twilio-ruby) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium).


Updates `pg` from 1.5.4 to 1.5.5
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.4...v1.5.5)

Updates `twilio-ruby` from 6.9.1 to 6.11.0
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md)
- [Commits](twilio/twilio-ruby@6.9.1...6.11.0)

Updates `selenium-webdriver` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.17.0...selenium-4.18.0)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: twilio-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 27dcf3b commit 97fa0c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'cssbundling-rails'
gem 'bootstrap_form', '~> 4.5.0'

# Our database is postgres
gem 'pg', '~> 1.2'
gem 'pg', '~> 1.5'
gem 'paper_trail', '~> 15.1'
gem 'activerecord-session_store'

Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ GEM
jsbundling-rails (1.3.0)
railties (>= 6.0.0)
json (2.7.1)
jwt (2.7.1)
jwt (2.8.0)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -296,7 +297,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (1.5.4)
pg (1.5.5)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
Expand Down Expand Up @@ -396,7 +397,7 @@ GEM
rubyzip (2.3.2)
sdoc (2.6.1)
rdoc (>= 5.0)
selenium-webdriver (4.17.0)
selenium-webdriver (4.18.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -436,7 +437,7 @@ GEM
timecop (0.9.8)
timeout (0.4.1)
ttfunk (1.7.0)
twilio-ruby (6.9.1)
twilio-ruby (6.11.0)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
Expand Down Expand Up @@ -504,7 +505,7 @@ DEPENDENCIES
omniauth-rails_csrf_protection (~> 1.0)
paper_trail (~> 15.1)
pdf-inspector
pg (~> 1.2)
pg (~> 1.5)
prawn
pry
puma (~> 6.4)
Expand Down

0 comments on commit 97fa0c0

Please sign in to comment.