diff --git a/gems.locked b/gems.locked index 17c91bd..96fdf42 100644 --- a/gems.locked +++ b/gems.locked @@ -12,7 +12,7 @@ GEM dry-inflector (0.1.2) equatable (0.5.0) ffi (1.9.25) - github-markup (2.0.1) + github-markup (3.0.5) hitimes (1.3.0) interesting_methods (0.1.2) jaro_winkler (1.5.1) @@ -108,7 +108,7 @@ PLATFORMS DEPENDENCIES dry-inflector (~> 0.1) - github-markup (~> 2.0) + github-markup (~> 3.0) interesting_methods (~> 0.1) kamaze-project (~> 1.0, >= 1.0.3) listen (~> 3.1) diff --git a/gems.rb b/gems.rb index 772a0b0..f9bfa85 100644 --- a/gems.rb +++ b/gems.rb @@ -24,7 +24,7 @@ end group :development, :doc, :markdown do - gem 'github-markup', '~> 2.0' + gem 'github-markup', '~> 3.0' gem 'redcarpet', '~> 3.4' end