diff --git a/Gemfile b/Gemfile index 5e2fd25d213..772f7221ba5 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'activerecord-session_store', '~> 1.1.0' gem 'rails', '~> 5.0.6' gem 'responders', '~> 2.4' -gem 'coderay', '~> 1.1.0' +gem 'coderay', '~> 1.1.2' gem 'rubytree', git: 'https://github.com/dr0verride/RubyTree.git', ref: '06f53ee' gem 'rdoc', '>= 2.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 918e938cdb7..f1ed2e28e62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM activesupport (>= 3.0) cocaine (0.5.8) climate_control (>= 0.0.3, < 1.0) - coderay (1.1.1) + coderay (1.1.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) color-tools (1.3.0) @@ -637,7 +637,7 @@ DEPENDENCIES cells-erb (~> 0.0.8) cells-rails (~> 0.0.6) cocaine (~> 0.5.8) - coderay (~> 1.1.0) + coderay (~> 1.1.2) color-tools (~> 1.3.0) cucumber (~> 2.4.0) cucumber-rails (~> 1.4.4)