Skip to content

Commit

Permalink
Update rake dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Dec 6, 2024
1 parent b4eaad5 commit 8815a6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
ast (~> 2.4.1)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (10.5.0)
rake (13.2.1)
regexp_parser (1.8.2)
rexml (3.2.4)
rspec (3.9.0)
Expand Down Expand Up @@ -62,8 +62,11 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.0)
omnikassa2!
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.9.0)
rubocop (~> 0.93.1)
timecop (~> 0.9.1)
webmock (~> 3.4.2)

BUNDLED WITH
2.2.33
2 changes: 1 addition & 1 deletion omnikassa2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0.0'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'

spec.add_dependency 'base64'
end

0 comments on commit 8815a6e

Please sign in to comment.