diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-06-28 08:26:10 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-06-28 08:26:10 +0300 |
commit | 32125d109f720bc7992e9fd25f49e91a1d7147a1 (patch) | |
tree | 61b4fea4d9f3c519becc78924d9cb400f308de19 | |
parent | 8b1d10fab257d8a0ce7230f27a530dd7f8140acc (diff) | |
download | refinerycms-blog-32125d109f720bc7992e9fd25f49e91a1d7147a1.tar.gz refinerycms-blog-32125d109f720bc7992e9fd25f49e91a1d7147a1.tar.bz2 refinerycms-blog-32125d109f720bc7992e9fd25f49e91a1d7147a1.zip |
Update gem versions.
-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 |