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] Fix for 1 vulnerabilities #716

Open
wants to merge 1 commit 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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ group :development, :test do
gem 'factory_bot_rails', '>= 6.3.0'
gem 'pry-rails'
gem 'rspec-rails', '>= 6.1.2'
gem 'rubocop', '>= 1.61.0', require: false
gem 'rubocop', '>= 1.65.1', require: false
gem 'rubocop-rails', '>= 2.24.0', require: false
end

Expand All @@ -98,7 +98,7 @@ group :test do
gem 'database_cleaner', '>= 2.0.2'
# gem 'launchy', '~> 2.4', '>= 2.4.3'
gem 'poltergeist', '>= 1.18.1'
gem 'webmock', '~> 3.14.0'
gem 'webmock', '~> 3.15.1'
gem 'simplecov', '~> 0.22.0', require: false
gem 'orderly', '>= 0.1.1'
end
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
hashdiff (1.1.0)
hashdiff (1.1.1)
hashie (5.0.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
Expand Down Expand Up @@ -303,8 +303,8 @@ GEM
orderly (0.1.1)
capybara (>= 1.1)
rspec (>= 2.14)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand All @@ -319,10 +319,10 @@ GEM
pry (>= 0.10.4)
psych (5.1.2)
stringio
public_suffix (6.0.0)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rack-maintenance (3.0.0)
rack (>= 2.1.4)
Expand Down Expand Up @@ -382,7 +382,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.2)
rexml (3.3.6)
strscan
rollbar (3.1.2)
rspec (3.13.0)
Expand All @@ -406,7 +406,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -417,7 +417,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -478,7 +478,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.14.0)
webmock (3.15.2)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -529,7 +529,7 @@ DEPENDENCIES
rails (~> 7.1, >= 7.1.3.4)
rollbar
rspec-rails (>= 6.1.2)
rubocop (>= 1.61.0)
rubocop (>= 1.65.1)
rubocop-rails (>= 2.24.0)
sass-rails (~> 6.0, >= 6.0.0)
simplecov (~> 0.22.0)
Expand All @@ -539,7 +539,7 @@ DEPENDENCIES
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 4.2.1)
webmock (~> 3.14.0)
webmock (~> 3.15.1)

RUBY VERSION
ruby 3.2.2p53
Expand Down