diff --git a/Gemfile b/Gemfile index 900761967..963f4b958 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem "redis", "~> 4.1.3" # Redis ruby client gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails gem "reverse_markdown", "~> 1.3" # Map simple html back into markdown gem "rolify", "~> 5.2" # Very simple Roles library -gem "rouge", "~> 3.13" # A pure-ruby code highlighter +gem "rouge", "~> 3.14" # A pure-ruby code highlighter gem "rubyzip", "~> 2.0" # Rubyzip is a ruby library for reading and writing zip files gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3 gem "sass-rails", "~> 6.0" # Sass adapter for the Rails asset pipeline diff --git a/Gemfile.lock b/Gemfile.lock index b9da746d0..2873baddd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -643,7 +643,7 @@ GEM reverse_markdown (1.3.0) nokogiri rolify (5.2.0) - rouge (3.13.0) + rouge (3.14.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -953,7 +953,7 @@ DEPENDENCIES redis-rails (~> 5.0.2) reverse_markdown (~> 1.3) rolify (~> 5.2) - rouge (~> 3.13) + rouge (~> 3.14) rspec-rails (~> 3.9) rspec-retry (~> 0.6) rubocop (~> 0.77)