Skip to content

Commit

Permalink
Update rouge version
Browse files Browse the repository at this point in the history
Signed-off-by: SitiSchu <[email protected]>
  • Loading branch information
SitiSchu committed Jan 26, 2020
1 parent 706dbc6 commit 89c727e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'middleman', '~>4.3'
gem 'middleman-syntax', '~> 3.0'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'middleman-sprockets', '~> 4.1'
gem 'rouge', '~> 2.0.5'
gem 'rouge', '~> 3.15.0'
gem 'redcarpet', '~> 3.4.0'
gem 'nokogiri', '~> 1.10.4'
gem 'sass'
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ GEM
middleman-sprockets (4.1.1)
middleman-core (~> 4.0)
sprockets (>= 3.0)
middleman-syntax (3.0.0)
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 2.0)
rouge (~> 3.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.10.4)
Expand All @@ -94,7 +94,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
redcarpet (3.4.0)
rouge (2.0.7)
rouge (3.15.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down Expand Up @@ -126,7 +126,7 @@ DEPENDENCIES
middleman-syntax (~> 3.0)
nokogiri (~> 1.10.4)
redcarpet (~> 3.4.0)
rouge (~> 2.0.5)
rouge (~> 3.15.0)
sass

RUBY VERSION
Expand Down

0 comments on commit 89c727e

Please sign in to comment.