Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
Pin rails-backbone to ~> 0.9.10 (fixes #7954)
Browse files Browse the repository at this point in the history
Because of a change in our deployment processes introduced by dpla-attic/automation#95,
rails-backbone was being updated automatically. I'm not sure if it's an issue with
this gem itself or one if its dependencies, but pinning it has the side effect of
also pinning coffee-script, ejs, and jquery-rails.
  • Loading branch information
Mark A. Matienzo committed Sep 1, 2015
1 parent 621adff commit 8d4cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
gem 'therubyracer'
gem 'jquery-rails'
gem 'rails-backbone'
gem 'rails-backbone', '~> 0.9.10'
end

gem 'haml'
Expand Down

0 comments on commit 8d4cb0d

Please sign in to comment.