Skip to content

Commit

Permalink
Downgrade gem to support 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed Dec 11, 2016
1 parent 387f676 commit 3c4a331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -80,6 +80,7 @@ gem 'twitter-typeahead-rails'
gem 'commontator', '~> 4.6.0'
gem 'compass-rails'
gem 'mime-types', '~> 2.99' # to support ruby 1.9
gem 'public_suffix', '~> 1.4.6' # to support ruby 1.9

group :test do
gem 'cucumber-rails', :require => false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -61,8 +61,7 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.4.0)
airbrake (5.6.1)
airbrake-ruby (~> 1.6)
airbrake-ruby (1.6.0)
Expand Down Expand Up @@ -240,7 +239,7 @@ GEM
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
public_suffix (2.0.4)
public_suffix (1.4.6)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.5.5)
Expand Down Expand Up @@ -384,6 +383,7 @@ DEPENDENCIES
omniauth-github!
pg
poltergeist
public_suffix (~> 1.4.6)
quiet_assets
rack-canonical-host
rails (~> 4.0.2)
Expand Down

0 comments on commit 3c4a331

Please sign in to comment.