Skip to content

Commit

Permalink
fix: app/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 17, 2024
1 parent 8665bae commit c294771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'bcrypt'
gem 'bootsnap', require: false
gem 'puma', '~> 3.12'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 6.0.2.1'
gem 'rails', '~> 7.0.0.0'
gem 'sqlite3'
gem 'validate_url'

Expand All @@ -23,7 +23,7 @@ gem 'search_object_graphql'
group :development, :test do
gem 'byebug', platforms: %i(mri mingw x64_mingw)
gem 'factory_bot_rails'
gem 'graphiql-rails', '1.5.0'
gem 'graphiql-rails', '1.10.0'
gem 'rubocop'
end

Expand Down

0 comments on commit c294771

Please sign in to comment.