mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
gem downgrade to keep guard happy
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -102,7 +102,7 @@ group :test, :development do
|
|||||||
gem 'jasminerice'
|
gem 'jasminerice'
|
||||||
gem 'mocha', require: false
|
gem 'mocha', require: false
|
||||||
gem 'rb-fsevent'
|
gem 'rb-fsevent'
|
||||||
gem 'rb-inotify', '~> 0.8.8', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
|
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'shoulda'
|
gem 'shoulda'
|
||||||
gem 'simplecov', require: false
|
gem 'simplecov', require: false
|
||||||
|
|||||||
@@ -334,7 +334,7 @@ GEM
|
|||||||
rake-compiler (0.8.3)
|
rake-compiler (0.8.3)
|
||||||
rake
|
rake
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.8.8)
|
rb-inotify (0.9.0)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rdoc (3.12.2)
|
rdoc (3.12.2)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
@@ -504,7 +504,7 @@ DEPENDENCIES
|
|||||||
rails_multisite!
|
rails_multisite!
|
||||||
rake
|
rake
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rb-inotify (~> 0.8.8)
|
rb-inotify (~> 0.9)
|
||||||
redcarpet
|
redcarpet
|
||||||
redis
|
redis
|
||||||
redis-rack-cache
|
redis-rack-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user