Skip to content

Commit

Permalink
Require oas_parser 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Apr 20, 2020
1 parent a1ec724 commit 22b9537
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 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.1)
octicons_helper (~> 8.2)
redcarpet (= 3.4.0)
rouge (= 2.0.7)
Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
hash-deep-merge (0.1.1)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
loofah (2.4.0)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -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.1)
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 Expand Up @@ -171,19 +171,19 @@ GEM
ffi (~> 1.0)
redcarpet (3.4.0)
rouge (2.0.7)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
ruby2_keywords (0.0.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -207,7 +207,7 @@ GEM
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
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.1'
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 22b9537

Please sign in to comment.