Skip to content

Commit

Permalink
bump redcarpet
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Apr 4, 2014
1 parent d325a50 commit e2a8f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'

gem 'redcarpet', '~> 3.0.0'
gem 'redcarpet', '~> 3.1'

group :development, :test do
gem 'rspec-rails', '~> 2.14.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.2.2)
redcarpet (3.0.0)
redcarpet (3.1.1)
remotipart (1.2.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand Down Expand Up @@ -195,7 +195,7 @@ DEPENDENCIES
rails (~> 4.0.0)
rails_admin
rails_locale_detection (~> 2.0.0.pre)
redcarpet (~> 3.0.0)
redcarpet (~> 3.1)
rspec-instafail (~> 0.2.4)
rspec-rails (~> 2.14.0)
sass-rails (~> 4.0.0)
Expand Down

0 comments on commit e2a8f6d

Please sign in to comment.