aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorVinny Diehl <gbchaosmaster926@gmail.com>2012-10-25 19:02:48 -0400
committerVinny Diehl <gbchaosmaster926@gmail.com>2012-10-25 21:50:55 -0400
commitcadff7b73d3c992a06e0c7b7bd8220a6313ee1b7 (patch)
tree3b515dc23df89cc7e58a6911b7fc124fa10aed89 /Gemfile
parent59a53f45258d10e689fc9dc0f0cf18746dd13579 (diff)
downloadrails-cadff7b73d3c992a06e0c7b7bd8220a6313ee1b7.tar.gz
rails-cadff7b73d3c992a06e0c7b7bd8220a6313ee1b7.tar.bz2
rails-cadff7b73d3c992a06e0c7b7bd8220a6313ee1b7.zip
Update redcarpet dependency
"~> 2.2.2" from "~> 2.1.1". Also converted all hash rockets in the Gemfile to the 1.9 syntax.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 6e0f43c526..a1c14b059e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gemspec
gem 'arel', github: 'rails/arel', branch: 'master'
-gem 'mocha', '>= 0.11.2', :require => false
+gem 'mocha', '>= 0.11.2', require: false
gem 'rack-test', github: 'brynary/rack-test'
gem 'rack-cache', '~> 1.2'
gem 'bcrypt-ruby', '~> 3.0.0'
@@ -28,7 +28,7 @@ group :doc do
# for some weeks unapplied. As a temporary solution
# this is our own fork with the fix.
gem 'sdoc', github: 'fxn/sdoc'
- gem 'redcarpet', '~> 2.1.1', :platforms => :ruby
+ gem 'redcarpet', '~> 2.2.2', platforms: :ruby
gem 'w3c_validators'
end