Skip to content

Commit

Permalink
require Ruby 2.1.0 closes refile#12
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Sep 11, 2015
1 parent 6226880 commit 78a74b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions refile-s3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.1.0"

spec.add_dependency "refile", "~> 0.6.0"
spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit 78a74b6

Please sign in to comment.