Skip to content

Commit

Permalink
Don't pin rubygems version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Altintop committed Jun 21, 2011
1 parent 0145ce0 commit e7e2ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master_slave_adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'

s.required_ruby_version = '>= 1.9.2'
s.required_rubygems_version = '1.3.7'
s.required_rubygems_version = '>= 1.3.7'
s.add_development_dependency 'rspec'

s.add_dependency 'activerecord', '= 2.3.9'
Expand Down

0 comments on commit e7e2ea5

Please sign in to comment.