Skip to content

Commit

Permalink
upgraded to Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hummusonrails committed Oct 6, 2019
1 parent 00058e9 commit 785e493
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 56 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 0.6.0
* Upgraded to Rails 6

# 0.5.5
* Add `vonage-business-cloud/reports` to open_api docs' constraints

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
# Specify your gem's dependencies in nexmo-oas-renderer.gemspec
gemspec

gem 'rails', '< 6.0.0'
gem 'rails', '~> 6.0.0'
120 changes: 68 additions & 52 deletions Gemfile.lock
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
nexmo-oas-renderer (0.5.5)
activemodel (~> 5.2)
activesupport (~> 5.2)
nexmo-oas-renderer (0.6.0)
activemodel (~> 6.0)
activesupport (~> 6.0)
banzai (~> 0.1.2)
dotenv (~> 2.7)
neatjson (~> 0.8)
Expand All @@ -18,66 +18,79 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.3)
actionpack (= 5.2.3)
actioncable (6.0.0)
actionpack (= 6.0.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.3)
actionpack (= 5.2.3)
actionview (= 5.2.3)
activejob (= 5.2.3)
actionmailbox (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
mail (>= 2.7.1)
actionmailer (6.0.0)
actionpack (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.3)
actionview (= 5.2.3)
activesupport (= 5.2.3)
actionpack (6.0.0)
actionview (= 6.0.0)
activesupport (= 6.0.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.3)
activesupport (= 5.2.3)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.0)
actionpack (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
nokogiri (>= 1.8.5)
actionview (6.0.0)
activesupport (= 6.0.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.3)
activesupport (= 5.2.3)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.0)
activesupport (= 6.0.0)
globalid (>= 0.3.6)
activemodel (5.2.3)
activesupport (= 5.2.3)
activerecord (5.2.3)
activemodel (= 5.2.3)
activesupport (= 5.2.3)
arel (>= 9.0)
activestorage (5.2.3)
actionpack (= 5.2.3)
activerecord (= 5.2.3)
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activestorage (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
marcel (~> 0.3.1)
activesupport (5.2.3)
activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
banzai (0.1.3)
builder (3.2.3)
concurrent-ruby (1.1.5)
crass (1.0.4)
deep_merge (1.2.1)
diff-lcs (1.3)
dotenv (2.7.5)
erubi (1.8.0)
erubi (1.9.0)
ffi (1.11.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
hansi (0.2.0)
hash-deep-merge (0.1.1)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
loofah (2.2.3)
loofah (2.3.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -88,13 +101,13 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.12.2)
mustermann (1.0.3)
mustermann-contrib (1.0.3)
hansi (~> 0.2.0)
mustermann (= 1.0.3)
neatjson (0.9)
nio4r (2.5.1)
nio4r (2.5.2)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
oas_parser (0.22.2)
Expand All @@ -116,30 +129,32 @@ GEM
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.3)
actioncable (= 5.2.3)
actionmailer (= 5.2.3)
actionpack (= 5.2.3)
actionview (= 5.2.3)
activejob (= 5.2.3)
activemodel (= 5.2.3)
activerecord (= 5.2.3)
activestorage (= 5.2.3)
activesupport (= 5.2.3)
rails (6.0.0)
actioncable (= 6.0.0)
actionmailbox (= 6.0.0)
actionmailer (= 6.0.0)
actionpack (= 6.0.0)
actiontext (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
activemodel (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
bundler (>= 1.3.0)
railties (= 5.2.3)
railties (= 6.0.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.0)
actionpack (= 6.0.0)
activesupport (= 6.0.0)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
thor (>= 0.20.3, < 2.0)
rake (10.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
Expand Down Expand Up @@ -186,14 +201,15 @@ GEM
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
zeitwerk (2.1.10)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.0)
nexmo-oas-renderer!
rails (< 6.0.0)
rails (~> 6.0.0)
rake (~> 10.0)
rspec (~> 3.8)

Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo/oas/renderer/version.rb
@@ -1,7 +1,7 @@
module Nexmo
module OAS
module Renderer
VERSION = "0.5.5"
VERSION = "0.6.0"
end
end
end
4 changes: 2 additions & 2 deletions nexmo-oas-renderer.gemspec
Expand Up @@ -36,12 +36,12 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rouge', '2.0.7'
spec.add_runtime_dependency 'oas_parser', '0.22.2'
spec.add_runtime_dependency 'neatjson', '~> 0.8'
spec.add_runtime_dependency 'activesupport', '~> 5.2'
spec.add_runtime_dependency 'activesupport', '~> 6.0'
spec.add_runtime_dependency 'banzai', '~> 0.1.2'
spec.add_runtime_dependency 'octicons_helper', '~> 8.2'
spec.add_runtime_dependency 'redcarpet', '3.4.0'
spec.add_runtime_dependency 'sass', '~> 3.1'
spec.add_runtime_dependency 'activemodel', '~> 5.2'
spec.add_runtime_dependency 'activemodel', '~> 6.0'
spec.add_runtime_dependency "dotenv", "~> 2.7"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit 785e493

Please sign in to comment.