Skip to content

Commit

Permalink
Bump Markdown Renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Dec 1, 2020
1 parent 5c68be3 commit 631c061
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/nexmo_developer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ gem 'country_select', '~> 4.0'

gem 'nexmo-oas-renderer', '~> 2.4.1', require: false

gem 'nexmo_markdown_renderer', '~> 0.7'
gem 'nexmo_markdown_renderer', '~> 0.7.1'

gem 'smartling'

Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo_developer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ DEPENDENCIES
neatjson
newrelic_rpm
nexmo-oas-renderer (~> 2.4.1)
nexmo_markdown_renderer (~> 0.7)
nexmo_markdown_renderer (~> 0.7.1)
nokogiri (~> 1.10.9)
octokit
pg (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo_developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NexmoDeveloper
VERSION = '0.0.103'.freeze
VERSION = '0.0.104'.freeze
end
2 changes: 1 addition & 1 deletion station.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency('rails', '~> 6.0')
spec.add_runtime_dependency('bootsnap', '~> 1.4')
spec.add_runtime_dependency('nexmo-oas-renderer', '~> 2.4')
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.7')
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.7.1')
spec.add_runtime_dependency('activesupport', '~> 6.0')
spec.add_runtime_dependency('bugsnag', '~> 6.13')
spec.add_runtime_dependency('railties', '~> 6.0')
Expand Down

0 comments on commit 631c061

Please sign in to comment.