diff options
-rw-r--r-- | Gemfile | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -11,7 +11,7 @@ group :development, :test do require 'rbconfig' gem 'refinerycms-testing', :git => 'git://github.com/resolve/refinerycms.git' - gem 'guard-rspec', '~> 0.6.0' + gem 'guard-rspec', '~> 1.1.0' platforms :jruby do gem 'activerecord-jdbcsqlite3-adapter' @@ -33,18 +33,17 @@ group :development, :test do end platforms :ruby do - gem 'spork', '0.9.0.rc9' - gem 'guard-spork' + gem 'guard-spork', '~> 1.1.0' unless ENV['TRAVIS'] if RbConfig::CONFIG['target_os'] =~ /darwin/i - gem 'rb-fsevent', '>= 0.3.9' - gem 'growl', '~> 1.0.3' + gem 'rb-fsevent', '~> 0.9.1' + gem 'ruby_gntp', '~> 0.3.4' end if RbConfig::CONFIG['target_os'] =~ /linux/i - gem 'rb-inotify', '>= 0.5.1' - gem 'libnotify', '~> 0.1.3' - gem 'therubyracer', '~> 0.9.9' + gem 'rb-inotify', '~> 0.8.8' + gem 'libnotify', '~> 0.7.4' + gem 'therubyracer', '~> 0.10.1' end end end @@ -52,11 +51,11 @@ group :development, :test do platforms :jruby do unless ENV['TRAVIS'] if RbConfig::CONFIG['target_os'] =~ /darwin/i - gem 'growl', '~> 1.0.3' + gem 'ruby_gntp', '~> 0.3.4' end if RbConfig::CONFIG['target_os'] =~ /linux/i - gem 'rb-inotify', '>= 0.5.1' - gem 'libnotify', '~> 0.1.3' + gem 'rb-inotify', '~> 0.8.8' + gem 'libnotify', '~> 0.7.4' end end end |