Skip to content

Commit

Permalink
Merge pull request #68 from ioki-mobility/dependabot/bundler/rake-13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Nov 6, 2023
2 parents 7e609ca + 096bc5d commit 14dcd64
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,7 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'phony'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'
gem 'rspec', '~> 3.12'
gem 'rubocop', '~> 1.53'
gem 'rubocop-rspec'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.2)
Expand Down Expand Up @@ -159,7 +159,7 @@ PLATFORMS
DEPENDENCIES
lightweight_serializer!
phony
rake (~> 13.0)
rake (~> 13.1)
rspec (~> 3.12)
rubocop (~> 1.53)
rubocop-rspec
Expand Down

0 comments on commit 14dcd64

Please sign in to comment.