Skip to content

Commit

Permalink
Bump OAS renderer version
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Oct 14, 2020
1 parent a1e20e9 commit 5d61214
Show file tree
Hide file tree
Showing 3 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 @@ -129,7 +129,7 @@ gem 'lograge'
gem 'countries'
gem 'country_select', '~> 4.0'

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

gem 'nexmo_markdown_renderer', '~> 0.4'

Expand Down
4 changes: 2 additions & 2 deletions lib/nexmo_developer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ GEM
nenv (0.3.0)
netrc (0.11.0)
newrelic_rpm (6.13.1)
nexmo-oas-renderer (2.2.0)
nexmo-oas-renderer (2.3.0)
activemodel (~> 6.0)
activesupport (~> 6.0)
banzai (~> 0.1.2)
Expand Down Expand Up @@ -582,7 +582,7 @@ DEPENDENCIES
lograge
neatjson
newrelic_rpm
nexmo-oas-renderer (~> 2.2.0)
nexmo-oas-renderer (~> 2.3.0)
nexmo_markdown_renderer (~> 0.4)
nokogiri (~> 1.10.9)
octokit
Expand Down
2 changes: 1 addition & 1 deletion station.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency('activeadmin', '~> 2.7')
spec.add_runtime_dependency('rails', '~> 6.0')
spec.add_runtime_dependency('bootsnap', '~> 1.4')
spec.add_runtime_dependency('nexmo-oas-renderer', '~> 2.2')
spec.add_runtime_dependency('nexmo-oas-renderer', '~> 2.3')
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.4')
spec.add_runtime_dependency('activesupport', '~> 6.0')
spec.add_runtime_dependency('bugsnag', '~> 6.13')
Expand Down

0 comments on commit 5d61214

Please sign in to comment.