Update eventmachine gem version
The updated eventmachine gem will no longer fail to install when running "bundle _1.11.2_ install". See also https://github.com/eventmachine/eventmachine/pull/668 Change-Id: Ia982dfaf5717c1956daa348f3f972baba4440b69 Reviewed-on: https://gerrit.instructure.com/90482 Reviewed-by: August Thornton <august@instructure.com> Tested-by: Jenkins Reviewed-by: Jon Jensen <jon@instructure.com> Product-Review: Taylor Wilson <twilson@instructure.com> QA-Review: Taylor Wilson <twilson@instructure.com>
This commit is contained in:
parent
c59ab0995d
commit
3c5ec7c7d7
|
@ -11,7 +11,7 @@ group :test do
|
|||
gem 'mocha', github: 'maneframe/mocha', ref: 'bb8813fbb4cc589d7c58073d93983722d61b6919', require: false
|
||||
gem 'metaclass', '0.0.2', require: false
|
||||
gem 'thin', '1.6.3'
|
||||
gem 'eventmachine', '1.0.4', require: false
|
||||
gem 'eventmachine', '1.0.9', require: false
|
||||
|
||||
gem 'rspec', '3.4.0'
|
||||
gem 'rspec-rails', '3.4.1'
|
||||
|
|
Loading…
Reference in New Issue