Skip to content

Commit

Permalink
Bundle update all outdated dependencies
Browse files Browse the repository at this point in the history
This includes a low security update for nokogiri that Dependabot couldn't create due required_ruby_version setting in gemspec which we've now removed.
  • Loading branch information
javierjulio committed May 14, 2024
1 parent 116bf03 commit 02854d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
docile (1.4.0)
domain_name (0.6.20240107)
dotenv (3.1.0)
dotenv (3.1.2)
ffi (1.16.3)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
Expand All @@ -37,7 +37,7 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
mini_portile2 (2.8.6)
nokogiri (1.16.4)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.5)
Expand All @@ -53,7 +53,7 @@ GEM
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand Down

0 comments on commit 02854d6

Please sign in to comment.