Skip to content

Commit

Permalink
Revert i18n-tasks version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed Sep 3, 2014
1 parent ced0fb3 commit 99c4197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ PLATFORMS

DEPENDENCIES
i18n-spec (= 0.4.0)
i18n-tasks (~> 0.3.6, ~> 0.3)
i18n-tasks (~> 0.3.6)
rails-i18n!
rspec-rails (= 2.14.2)
spork (= 1.0.0rc3)
2 changes: 1 addition & 1 deletion rails-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-rails", "= 2.14.2"
s.add_development_dependency "i18n-spec", "= 0.4.0"
s.add_development_dependency "spork", "= 1.0.0rc3"
s.add_development_dependency 'i18n-tasks', '~> 0.3', '~> 0.3.6'
s.add_development_dependency 'i18n-tasks', '~> 0.3.6'
end

0 comments on commit 99c4197

Please sign in to comment.