Gemfile in rails-auth-2.1.4 vs Gemfile in rails-auth-2.2.0
- old
+ new
@@ -1,19 +1,20 @@
+# frozen_string_literal: true
+
source "https://rubygems.org"
group :development do
gem "guard-rspec"
end
group :development, :test do
+ gem "activesupport", "~> 4"
+ gem "certificate_authority", require: false
+ gem "coveralls", require: false
# Workaround for: https://github.com/bundler/bundler/pull/4650
gem "rack", "~> 1.x"
- gem "activesupport", "~> 4"
-
gem "rake"
gem "rspec"
- gem "rubocop", "0.38.0"
- gem "coveralls", require: false
- gem "certificate_authority", require: false
+ gem "rubocop", "0.77.0"
end
gemspec