Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 5b3dd91

Browse files
committed
Update gems, switch redcarpet to gem reference now that 3.1 is released
1 parent 8ea97c7 commit 5b3dd91

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'middleman-gh-pages'
1313
# Live-reloading plugin
1414
gem "middleman-livereload", "~> 3.1.0"
1515

16-
gem 'redcarpet', :git => 'https://github.com/vmg/redcarpet.git'
16+
gem 'redcarpet', '~> 3.1.1'
1717

1818
# For faster file watcher updates on Windows:
1919
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]

Gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
GIT
2-
remote: https://github.com/vmg/redcarpet.git
3-
revision: 48e0d676e62c964a59e382e8d852a53526c1b5c3
4-
specs:
5-
redcarpet (3.0.0)
6-
71
GEM
82
remote: http://rubygems.org/
93
specs:
10-
activesupport (3.2.16)
4+
activesupport (3.2.17)
115
i18n (~> 0.6, >= 0.6.4)
126
multi_json (~> 1.0)
13-
chunky_png (1.2.9)
7+
chunky_png (1.3.0)
148
coffee-script (2.2.0)
159
coffee-script-source
1610
execjs
@@ -33,7 +27,7 @@ GEM
3327
http_parser.rb (0.5.3)
3428
i18n (0.6.9)
3529
json (1.8.1)
36-
kramdown (1.3.1)
30+
kramdown (1.3.2)
3731
listen (1.3.1)
3832
rb-fsevent (>= 0.9.3)
3933
rb-inotify (>= 0.9)
@@ -84,6 +78,7 @@ GEM
8478
ffi (>= 0.5.0)
8579
rb-kqueue (0.2.0)
8680
ffi (>= 0.5.0)
81+
redcarpet (3.1.1)
8782
rouge (1.3.2)
8883
ruby18_source_location (0.2)
8984
sass (3.2.14)
@@ -112,6 +107,6 @@ DEPENDENCIES
112107
middleman-livereload (~> 3.1.0)
113108
middleman-syntax
114109
rake (~> 10.1.0)
115-
redcarpet!
110+
redcarpet (~> 3.1.1)
116111
ruby18_source_location
117112
wdm (~> 0.1.0)

0 commit comments

Comments
 (0)