We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a53f4 commit cadff7bCopy full SHA for cadff7b
Gemfile
@@ -4,7 +4,7 @@ gemspec
4
5
gem 'arel', github: 'rails/arel', branch: 'master'
6
7
-gem 'mocha', '>= 0.11.2', :require => false
+gem 'mocha', '>= 0.11.2', require: false
8
gem 'rack-test', github: 'brynary/rack-test'
9
gem 'rack-cache', '~> 1.2'
10
gem 'bcrypt-ruby', '~> 3.0.0'
@@ -28,7 +28,7 @@ group :doc do
28
# for some weeks unapplied. As a temporary solution
29
# this is our own fork with the fix.
30
gem 'sdoc', github: 'fxn/sdoc'
31
- gem 'redcarpet', '~> 2.1.1', :platforms => :ruby
+ gem 'redcarpet', '~> 2.2.2', platforms: :ruby
32
gem 'w3c_validators'
33
end
34
0 commit comments