Skip to content

Commit

Permalink
Merge pull request #6 from bolshakov/dependabot/bundler/rake-13.2.1
Browse files Browse the repository at this point in the history
Bump rake from 13.2.0 to 13.2.1
  • Loading branch information
bolshakov authored Oct 20, 2024
2 parents eccc3f1 + 0809160 commit 08aaeae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ source "https://rubygems.org"
gemspec

gem "dry-struct"
gem "rake", "~> 13.0"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.0"
gem "standard", "~> 1.3"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ PLATFORMS
DEPENDENCIES
configx!
dry-struct
rake (~> 13.0)
rake (~> 13.2)
rspec (~> 3.0)
standard (~> 1.3)

Expand Down

0 comments on commit 08aaeae

Please sign in to comment.