From 32125d109f720bc7992e9fd25f49e91a1d7147a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Thu, 28 Jun 2012 08:26:10 +0300 Subject: Update gem versions. --- Gemfile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index d244e17..e04ab98 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3