Skip to content

Commit

Permalink
gem update
Browse files Browse the repository at this point in the history
  • Loading branch information
EleoXDA committed Apr 6, 2023
1 parent 1b2a3b6 commit 5d50913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.3", ">= 7.0.3.1"
gem "sprockets-rails"

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

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
jsbundling-rails
omniauth-github
omniauth-rails_csrf_protection
pg (~> 1.1)
pg (~> 1.4.6)
puma (~> 5.0)
rails (~> 7.0.3, >= 7.0.3.1)
redis (~> 4.0)
Expand Down

0 comments on commit 5d50913

Please sign in to comment.