Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Correct dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
randallreedjr committed Jan 22, 2019
1 parent f866f3c commit 4d2a367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git_switch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ Gem::Specification.new do |spec|
spec.executables << 'git-switch'
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport", "~> 5.2.2"
spec.add_runtime_dependency "activesupport", "~> 5.2"

spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rspec_junit_formatter", "~> 0.4.1"
spec.add_development_dependency "pry"
end

0 comments on commit 4d2a367

Please sign in to comment.