Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rake requirement from ~> 10.0 to ~> 13.0 #15

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -43,7 +43,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
rake (10.5.0)
rake (13.0.3)
relaton (1.7.4)
relaton-bipm (~> 1.7.0)
relaton-calconnect (~> 1.7.0)
Expand Down Expand Up @@ -138,13 +138,14 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
x86_64-darwin-18
x86_64-darwin-20

DEPENDENCIES
equivalent-xml (~> 0.6)
pry-byebug
rake (~> 10.0)
rake (~> 13.0)
relaton-iev!
rspec (~> 3.0)
simplecov
Expand Down
2 changes: 1 addition & 1 deletion relaton_iev.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

# spec.add_development_dependency "debase"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
# spec.add_development_dependency "ruby-debug-ide"
spec.add_development_dependency "simplecov"
Expand Down