Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade rails from 7.0.8.4 to 7.0.8.7 #710

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
source "http://rubygems.org"

gem "activeresource"
gem "rails", "~> 7.0.7"
gem "rails", "~> 7.0.8", ">= 7.0.8.7"
gem "rake"

gem "daemons"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ GEM
zlib (~> 3.0)
faraday-net_http (3.3.0)
net-http
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux)
formtastic (5.0.0)
actionpack (>= 6.0.0)
globalid (1.2.1)
Expand Down Expand Up @@ -201,6 +202,7 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
Expand Down Expand Up @@ -404,6 +406,7 @@ PLATFORMS
x86_64-darwin-22
x86_64-darwin-23
x86_64-linux
ruby

DEPENDENCIES
activeresource
Expand All @@ -430,7 +433,7 @@ DEPENDENCIES
prettier
pry
puma
rails (~> 7.0.7)
rails (~> 7.0.8, >= 7.0.8.7)
rake
record_loader
rspec-expectations
Expand Down
Loading