Skip to content

Commit

Permalink
Security updates, but staying with Rails 6.1 and Ruby 3.0.
Browse files Browse the repository at this point in the history
Signed-off-by: jlm <j.l.messenger@ieee.org>
  • Loading branch information
jlm committed Sep 8, 2024
1 parent 8bad2e5 commit 399b9cf
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ group :development do
end

group :production do
gem "passenger"
gem "passenger", "6.0.18"

# Use Capistrano for deployment
gem "capistrano", "~> 3.4"
Expand All @@ -99,5 +99,5 @@ group :development, :test, :dockertest do
gem "solargraph", "~> 0.44"
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "spring"
gem "standard"
gem "standard", ">= 1.35.1"
end
Loading

0 comments on commit 399b9cf

Please sign in to comment.