Skip to content

Commit

Permalink
Require oas_parser 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Apr 17, 2020
1 parent a1ec724 commit d3d7f66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
dotenv (~> 2.7)
neatjson (~> 0.8)
nexmo_markdown_renderer (~> 0.2)
oas_parser (~> 0.24)
oas_parser (~> 0.25)
octicons_helper (~> 8.2)
redcarpet (= 3.4.0)
rouge (= 2.0.7)
Expand Down Expand Up @@ -109,7 +109,7 @@ GEM
hansi (~> 0.2.0)
mustermann (= 1.1.1)
neatjson (0.9)
nexmo_markdown_renderer (0.2.0)
nexmo_markdown_renderer (0.3.0)
activemodel (~> 6.0)
banzai (~> 0.1.2)
i18n (~> 1.7)
Expand All @@ -120,7 +120,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
oas_parser (0.24.0)
oas_parser (0.25.0)
activesupport (>= 4.0.0)
addressable (~> 2.3)
builder (~> 3.2.3)
Expand All @@ -133,7 +133,7 @@ GEM
octicons_helper (8.5.0)
octicons (= 8.5.0)
rails
public_suffix (4.0.3)
public_suffix (4.0.4)
rack (2.2.2)
rack-protection (2.0.8.1)
rack
Expand Down
2 changes: 1 addition & 1 deletion nexmo-oas-renderer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'sinatra', '~> 2.0'
spec.add_runtime_dependency 'shotgun', '~> 0.9'
spec.add_runtime_dependency 'rouge', '2.0.7'
spec.add_runtime_dependency 'oas_parser', '~> 0.24'
spec.add_runtime_dependency 'oas_parser', '~> 0.25'
spec.add_runtime_dependency 'neatjson', '~> 0.8'
spec.add_runtime_dependency 'activesupport', '~> 6.0'
spec.add_runtime_dependency 'banzai', '~> 0.1.2'
Expand Down

0 comments on commit d3d7f66

Please sign in to comment.