require released version of spring that incorporate the fix canvas needs

Change-Id: If1317a2c8376a940646a4d64767cf77f64b3d126
Reviewed-on: https://gerrit.instructure.com/48885
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2015-02-17 10:10:31 -07:00
parent d34df4bc67
commit 8993232f35
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ group :development do
gem 'rb-fchange', :require => false
gem "letter_opener"
gem 'spring', '1.1.3', :github => 'ccutrer/spring', :branch => 'reload_hang', :ref => 'a622f051501976cdbef452c9752c1af364c9ad26'
gem 'spring', '>= 1.3.0'
gem 'spring-commands-rspec', '1.0.2'
# Option to DISABLE_RUBY_DEBUGGING is helpful IDE-based debugging.