diff --git a/Gemfile b/Gemfile index 2f54b1b..e233bca 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'settingslogic' # gem "jquery-fileupload-rails" # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 5.0', '>= 5.0.4' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views @@ -53,7 +53,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' + gem 'web-console', '~> 2.2', '>= 2.2.1' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'