Skip to content

Commit

Permalink
Support rails 4.1.0.beta1
Browse files Browse the repository at this point in the history
Without this bundler can't satisfy rails dependency

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails-i18n (>= 0) ruby depends on
      rails (~> 4.0.0) ruby

    rails (4.1.0.beta1)
  • Loading branch information
leandrocp committed Dec 18, 2013
1 parent 019e94a commit a1a2ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.5'

s.add_dependency('i18n', '~> 0.6')
s.add_dependency('rails', '~> 4.0.0')
s.add_dependency('rails', '~> 4.0')
s.add_development_dependency "rails", "= 4.0.0"
s.add_development_dependency "rspec-rails", "= 2.14.0"
s.add_development_dependency "i18n-spec", "= 0.4.0"
Expand Down

0 comments on commit a1a2ec1

Please sign in to comment.