diff --git a/Gemfile b/Gemfile index b3a0f3b..c3cd4ad 100644 --- a/Gemfile +++ b/Gemfile @@ -18,9 +18,9 @@ gem 'bundler' gem 'coffee-rails', '>= 5.0.0' gem 'haml' gem 'jbuilder', '>= 2.7.0' -gem 'jquery-rails', '>= 4.4.0' +gem 'jquery-rails', '>= 4.5.0' gem 'newrelic_rpm' -gem 'rails', '~> 5.2', '>= 5.2.4.3' +gem 'rails', '~> 5.2', '>= 5.2.4.5' gem 'sass-rails', '>= 6.0.0' gem 'sdoc', group: :doc gem 'turbolinks' @@ -50,7 +50,7 @@ group :development, :test do gem 'rb-inotify', require: linux_only('rb-inotify') gem 'rspec' gem 'rspec-collection_matchers' - gem 'rspec-rails', '>= 4.0.1' + gem 'rspec-rails', '>= 4.0.2' gem 'rubocop' gem 'selenium-webdriver', '>= 3.11.0' gem 'spring-commands-rspec', '>= 1.0.4'