Skip to content

Commit

Permalink
Merge pull request #878 from omniauth/dependency-updates
Browse files Browse the repository at this point in the history
Fix Rack Security Issues
  • Loading branch information
tmilewski committed Feb 8, 2017
2 parents 949ffca + c299e30 commit 3c0f586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ language: ruby
rvm:
- jruby-19mode
- jruby-9000
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 1.9.3 # EOL
- 2.0.0 # EOL
- 2.1.10 # EOL Soon
- 2.2.6
- 2.3.3
- 2.4.0
- jruby-head
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :test do
gem 'hashie', '~> 2.0.5', :platforms => [:jruby_18]
gem 'json', '~> 1.8', :platforms => [:jruby_18, :jruby_19, :ruby_19]
gem 'mime-types', '~> 1.25', :platforms => [:jruby_18]
gem 'rack', '~> 1.0', :platforms => [:jruby_18, :jruby_19, :ruby_19, :ruby_20, :ruby_21]
gem 'rack', '>= 1.6.2', :platforms => [:jruby_18, :jruby_19, :ruby_19, :ruby_20, :ruby_21]
gem 'rack-test'
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby_18]
gem 'rspec', '~> 3.0'
Expand Down

0 comments on commit 3c0f586

Please sign in to comment.