Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-7e128af747bb18d3b5798b86b5a05cae
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Nov 24, 2023
2 parents 6cea069 + e4ed29b commit b449a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ group :development, :test do
gem 'byebug', platform: :mri
gem 'dotenv-rails'
gem 'rspec'
gem 'rspec-rails', '>= 6.0.2'
gem 'rspec-rails', '>= 6.0.4'
end

group :development do
Expand All @@ -87,7 +87,7 @@ group :test do
end

group :production do
gem 'lograge', '~> 0.13.0'
gem 'lograge', '~> 0.14.0'
gem 'remote_syslog_logger'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ GEM
rake (~> 13.0)
lodash-rails (4.17.21)
railties (>= 3.1)
lograge (0.13.0)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
Expand Down Expand Up @@ -333,7 +333,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -448,7 +448,7 @@ DEPENDENCIES
jwt (~> 2.2.2)
listen (~> 3.0.5)
lodash-rails
lograge (~> 0.13.0)
lograge (~> 0.14.0)
minitest-stub_any_instance
oauth (~> 0.5.1)
oauthenticator (~> 1.4, >= 1.4.1)
Expand All @@ -462,7 +462,7 @@ DEPENDENCIES
remote_syslog_logger
repost (~> 0.3.8)
rspec
rspec-rails (>= 6.0.2)
rspec-rails (>= 6.0.4)
rubocop (~> 1.54)
rubocop-rails (~> 2.21, >= 2.21.0)
sass-rails (>= 6.0.0)
Expand Down

0 comments on commit b449a68

Please sign in to comment.