Skip to content

Commit

Permalink
Bumped the minimum Ruby version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed May 13, 2013
1 parent c6e129e commit 9e9e892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ gemspec

group :development do
gem "rake"
gem "minitest" if RUBY_VERSION < '1.9.3'
end
2 changes: 1 addition & 1 deletion hashids.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Use hashids when you do not want to expose your database ids to the user.}
gem.homepage = "https://github.com/peterhellberg/hashids.rb"

gem.required_ruby_version = '>= 1.9.2'
gem.required_ruby_version = '>= 1.9.3'

gem.files = `git ls-files`.split($/)
gem.test_files = gem.files.grep(%r{^(spec)/})
Expand Down

0 comments on commit 9e9e892

Please sign in to comment.