Skip to content

Commit

Permalink
specify minimum ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrouch committed Sep 12, 2019
1 parent 617e35e commit fd5f910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omniauth-wonde.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.3.0"

spec.add_runtime_dependency 'omniauth-oauth2'
spec.add_runtime_dependency "omniauth-oauth2"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit fd5f910

Please sign in to comment.