diff --git a/Gemfile b/Gemfile index 6a261f81..643c286d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,12 @@ source 'http://rubygems.org' ruby '2.3.3' -gem 'rails', '4.2.7.1' +gem 'rails', '7.0.8.1' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', '>= 3.2' + gem 'sass-rails', '>= 5.0.8' gem 'therubyracer' gem 'uglifier', '>= 1.0.3' @@ -17,7 +17,7 @@ end gem 'bootstrap-sass', '~> 3.3.6' gem 'bootstrap-social-rails' -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.3.0' gem 'http_accept_language' @@ -25,8 +25,8 @@ gem 'http_accept_language' gem 'mongoid' # Omniauth -gem 'omniauth' -gem 'omniauth-github' +gem 'omniauth', '>= 1.7.0' +gem 'omniauth-github', '>= 1.3.0' gem 'omniauth-twitter' # Puma @@ -44,7 +44,7 @@ gem 'kaminari', '~> 1.0' gem 'kaminari-mongoid', '~> 1.0' # Notify exceptions -gem 'exception_notification' +gem 'exception_notification', '>= 4.5.0' # Static pages gem 'high_voltage' @@ -68,7 +68,7 @@ group :test do end group :development do - gem 'better_errors' + gem 'better_errors', '>= 2.2.0' gem 'binding_of_caller' end