diff --git a/Gemfile b/Gemfile index 1cb9fea..9c8512b 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ end gem 'fabrication' gem 'faker' -gem 'fog' +gem 'fog', '>= 1.24.0' group :development, :test do gem 'rspec-rails' @@ -85,7 +85,7 @@ end group :test do gem 'database_cleaner' - gem 'capybara' + gem 'capybara', '>= 2.3.0' gem 'launchy' gem 'selenium-webdriver' end @@ -94,5 +94,5 @@ end group :production do gem 'exception_notification' - gem 'roo' # Used for the Excel import + gem 'roo' , '>= 2.0.0' # Used for the Excel import end