Skip to content

Commit

Permalink
Lock down gem versions so bundle update can be run (discourse#5531)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriPekelman authored and SamSaffron committed Jan 29, 2018
1 parent fa5880e commit b2b85dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'onebox', '1.8.36'
gem 'http_accept_language', '~>2.0.5', require: false

gem 'ember-rails', '0.18.5'
gem 'ember-source'
gem 'ember-source', '2.13.3'
gem 'ember-handlebars-template', '0.7.5'
gem 'barber'

Expand Down Expand Up @@ -82,7 +82,7 @@ gem 'omniauth-oauth2', require: false

gem 'omniauth-google-oauth2'
gem 'oj'
gem 'pg'
gem 'pg', '~> 0.21.0'
gem 'pry-rails', require: false
gem 'r2', '~> 0.2.5', require: false
gem 'rake'
Expand Down

0 comments on commit b2b85dc

Please sign in to comment.