Skip to content

Commit

Permalink
Merge pull request #23 from binos30/dependabot/bundler/rails_default-…
Browse files Browse the repository at this point in the history
…80da1121e9
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
2 parents 32bb2dc + 526f44a commit d9d6210
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 d9d6210

Please sign in to comment.