Skip to content

Commit

Permalink
Bump the rails_default group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rails_default group with 3 updates in the / directory: [pg](https://github.com/ged/ruby-pg), [jsbundling-rails](https://github.com/rails/jsbundling-rails) and [pagy](https://github.com/ddnexus/pagy).


Updates `pg` from 1.5.6 to 1.5.7
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.6...v1.5.7)

Updates `jsbundling-rails` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/rails/jsbundling-rails/releases)
- [Commits](rails/jsbundling-rails@v1.3.0...v1.3.1)

Updates `pagy` from 9.0.2 to 9.0.4
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@9.0.2...9.0.4)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: jsbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 32bb2dc commit 526f44a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "rails", "~> 7.1.3.4"
gem "sprockets-rails"

# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jsbundling-rails (1.3.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.2)
kramdown (2.4.0)
Expand Down Expand Up @@ -221,12 +221,12 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.0.2)
pagy (9.0.4)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
pg (1.5.7)
prettier_print (1.2.1)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -432,7 +432,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -467,7 +467,7 @@ DEPENDENCIES
jsbundling-rails
local_time
pagy
pg (~> 1.1)
pg (~> 1.5)
puma (>= 5.0)
rails (~> 7.1.3.4)
redis (>= 4.0.1)
Expand Down

0 comments on commit 526f44a

Please sign in to comment.