Skip to content

Commit

Permalink
Relax versions-lock of i18n and rspec dependencies (#803)
Browse files Browse the repository at this point in the history
I see no reason for locking at patch version and non-semver.
  • Loading branch information
AlexWayfer authored and antstorm committed Aug 29, 2018
1 parent 069dd07 commit 391c93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Gem::Specification.new do |s|
s.description = "A Ruby Library for dealing with money and currency conversion."
s.license = "MIT"

s.add_dependency 'i18n', [">= 0.6.4", '<= 1.1']
s.add_dependency 'i18n', [">= 0.6.4", '<= 2']

s.add_development_dependency "bundler", "~> 1.3"
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 3.4.0"
s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "yard", "~> 0.9.11"
s.add_development_dependency "kramdown", "~> 1.1"

Expand Down

0 comments on commit 391c93e

Please sign in to comment.