Skip to content

Commit

Permalink
Fix Gemfile.lock for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
md5 committed Feb 9, 2016
1 parent 76e427e commit ca9ecaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

group :test do
gem 'coveralls', require: false
gem 'mime-types', '< 3'
end

gemspec
5 changes: 2 additions & 3 deletions Gemfile.lock
Expand Up @@ -18,9 +18,7 @@ GEM
hashie (3.4.3)
macaddr (1.7.1)
systemu (~> 2.6.2)
mime-types (3.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2015.1120)
mime-types (2.99)
mini_portile2 (2.0.0)
multi_json (1.3.7)
nokogiri (1.6.7.1)
Expand Down Expand Up @@ -61,6 +59,7 @@ PLATFORMS

DEPENDENCIES
coveralls
mime-types (< 3)
omniauth-saml!
rack-test (~> 0.6)
rspec (~> 2.8)
Expand Down

0 comments on commit ca9ecaf

Please sign in to comment.