Skip to content

Commit

Permalink
Merge pull request #51 from drewish/remove-rails-dependency
Browse files Browse the repository at this point in the history
Remove the hard dependency on rails
  • Loading branch information
drewish committed Aug 28, 2019
2 parents aba8588 + 492355b commit b7dd4f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rspec-rails-swagger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/drewish/rspec-rails-swagger'

s.required_ruby_version = '~> 2.0'
s.add_runtime_dependency 'rails', '>= 3.1'
s.add_runtime_dependency 'rspec-rails', '~> 3.0'
end

0 comments on commit b7dd4f2

Please sign in to comment.