Skip to content

Commit

Permalink
Specify the minimum supported ruby version
Browse files Browse the repository at this point in the history
Closes #825
  • Loading branch information
stympy committed Feb 8, 2017
1 parent cad3be3 commit 5f05153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.add_runtime_dependency('i18n', '~> 0.5')
s.required_ruby_version = '>= 2.1'

s.files = Dir['lib/**/*'] + %w(History.md License.txt CHANGELOG.md README.md)
s.require_paths = ["lib"]
Expand Down

0 comments on commit 5f05153

Please sign in to comment.