Skip to content

Commit

Permalink
Merge pull request #1360 from Nexmo/version-0.2.2
Browse files Browse the repository at this point in the history
bumb Station version ~> v0.2.2
  • Loading branch information
marcoranieri authored Apr 14, 2022
2 parents 80a3bff + 99bd713 commit 3cae3e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lib/nexmo_developer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ gem 'country_select', '~> 4.0'

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

gem 'nexmo_markdown_renderer', '~> 0.9'
gem 'nexmo_markdown_renderer', '~> 0.9.2'

gem 'smartling'

Expand Down
32 changes: 16 additions & 16 deletions lib/nexmo_developer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GEM
execjs
coffee-script-source (1.12.2)
colorize (0.8.1)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
countries (3.1.0)
i18n_data (~> 0.11.0)
sixarm_ruby_unaccent (~> 1.1)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.8.10)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
icalendar (2.7.1)
Expand Down Expand Up @@ -291,7 +291,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.10.0)
loofah (2.16.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
Expand All @@ -306,8 +306,8 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
mini_portile2 (2.8.0)
minitest (5.15.0)
msgpack (1.4.2)
msgpack (1.4.2-java)
multi_json (1.15.0)
Expand All @@ -334,7 +334,7 @@ GEM
sass (~> 3.1)
shotgun (~> 0.9)
sinatra (~> 2.0)
nexmo_markdown_renderer (0.9.1)
nexmo_markdown_renderer (0.9.2)
actionview (~> 6.0)
activemodel (~> 6.0)
banzai (~> 0.1.2)
Expand All @@ -344,14 +344,14 @@ GEM
rouge (~> 2.0.7)
nio4r (2.5.7)
nio4r (2.5.7-java)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.11.7-java)
nokogiri (1.13.4-java)
racc (~> 1.4)
nokogiri (1.11.7-x64-mingw32)
nokogiri (1.13.4-x64-mingw32)
racc (~> 1.4)
nokogiri (1.11.7-x86-mingw32)
nokogiri (1.13.4-x86-mingw32)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -385,8 +385,8 @@ GEM
nio4r (~> 2.0)
puma (5.3.2-java)
nio4r (~> 2.0)
racc (1.5.2)
racc (1.5.2-java)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.3)
rack-protection (2.1.0)
rack
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.4)
actionpack (= 6.1.4)
Expand Down Expand Up @@ -610,7 +610,7 @@ GEM
woothee (1.11.1)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.5.4)

PLATFORMS
java
Expand Down Expand Up @@ -657,7 +657,7 @@ DEPENDENCIES
neatjson
newrelic_rpm
nexmo-oas-renderer (~> 2.7)
nexmo_markdown_renderer (~> 0.9)
nexmo_markdown_renderer (~> 0.9.2)
nokogiri (>= 1.11.4)
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.2.1'.freeze
VERSION = '0.2.2'.freeze
end

0 comments on commit 3cae3e8

Please sign in to comment.