about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-05-08 12:55:42 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-08 18:55:42 +0200
commitaef554d5535fdbb2b34f58bae546ff1b1cac0f22 (patch)
tree743f7ad4a732c42ecfce7eb4407a54dcefa6ea3d /Gemfile
parent01c4c29b3a672792ae6bfa4e23bbbc3fff0ffe2a (diff)
Misc gem bumps (#2919)
* Update bundler-audit to version 0.5.0

* Update oj to version 3.0.6

* Update http-form_data to version 1.0.2

* Update parallel to version 1.11.2

* Update rails-i18n to version 5.0.4

* Update rack-protection to version 2.0.0

* Update haml to version 5.0.1

* Update scss_lint to version 0.53.0

* Relax requirement on i18n-tasks

* Remove haml and haml_lint gem requirement
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index efc227646..47133345e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -61,7 +61,7 @@ gem 'webpacker', '~>1.2'
 group :development, :test do
   gem 'fabrication'
   gem 'fuubar'
-  gem 'i18n-tasks', '~> 0.9.6'
+  gem 'i18n-tasks'
   gem 'pry-rails'
   gem 'rspec-rails'
 end
@@ -85,11 +85,10 @@ group :development do
   gem 'bullet'
   gem 'letter_opener'
   gem 'letter_opener_web'
-  gem 'rubocop', '0.46.0', require: false
+  gem 'rubocop', require: false
   gem 'brakeman', '~> 3.6.0', require: false
-  gem 'bundler-audit', '~> 0.4.0', require: false
-  gem 'scss_lint', '0.42.2', require: false
-  gem 'haml_lint', '~> 0.19.0', require: false
+  gem 'bundler-audit', require: false
+  gem 'scss_lint', require: false
 
   gem 'capistrano', '3.8.0'
   gem 'capistrano-rails'