Skip to content

Commit

Permalink
Merge pull request #189 from omniauth/chore/upgrades
Browse files Browse the repository at this point in the history
chore: update rake version
  • Loading branch information
bufferoverflow committed Apr 26, 2020
2 parents 13f55d0 + 222f348 commit 6d9e756
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
source 'https://rubygems.org'

group :test do
gem 'coveralls', '~> 0.8', '>= 0.8.13', require: false
gem 'mime-types', '< 3'
end

gemspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/omniauth/omniauth-saml
## Requirements

* [OmniAuth](http://www.omniauth.org/) 1.3+
* Ruby 2.1.x+
* Ruby 2.4.x+

## Versioning

Expand Down
5 changes: 3 additions & 2 deletions omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ Gem::Specification.new do |gem|
gem.email = 'rajiv@alum.mit.edu'
gem.homepage = 'https://github.com/omniauth/omniauth-saml'

gem.required_ruby_version = '>= 2.1'
gem.required_ruby_version = '>= 2.4'

gem.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
gem.add_runtime_dependency 'ruby-saml', '~> 1.9'

gem.add_development_dependency 'rake', '>= 10', '< 12'
gem.add_development_dependency 'rake', '>= 12.3.3'
gem.add_development_dependency 'rspec', '~>3.4'
gem.add_development_dependency 'simplecov', '~> 0.11'
gem.add_development_dependency 'rack-test', '~> 0.6', '>= 0.6.3'
gem.add_development_dependency 'conventional-changelog', '~> 1.2'
gem.add_development_dependency 'coveralls', '>= 0.8.23'

gem.files = ['README.md', 'CHANGELOG.md', 'LICENSE.md'] + Dir['lib/**/*.rb']
gem.test_files = Dir['spec/**/*.rb']
Expand Down

0 comments on commit 6d9e756

Please sign in to comment.