station 0.0.107 → 0.0.112

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/bin/nexmo-developer +7 -0
  3. data/lib/nexmo_developer/Gemfile +15 -25
  4. data/lib/nexmo_developer/Gemfile.lock +131 -143
  5. data/lib/nexmo_developer/app/assets/config/manifest.js +1 -4
  6. data/lib/nexmo_developer/app/assets/javascripts/application.js +2 -7
  7. data/lib/nexmo_developer/app/assets/stylesheets/application.css +1 -1
  8. data/lib/nexmo_developer/app/controllers/dashboard_controller.rb +0 -5
  9. data/lib/nexmo_developer/app/controllers/static_controller.rb +3 -11
  10. data/lib/nexmo_developer/app/models/tutorial.rb +10 -12
  11. data/lib/nexmo_developer/app/models/tutorial/prerequisite.rb +3 -1
  12. data/lib/nexmo_developer/app/models/tutorial/task.rb +24 -11
  13. data/lib/nexmo_developer/app/presenters/improve_page_presenter.rb +7 -6
  14. data/lib/nexmo_developer/app/services/translator/files_list_coordinator.rb +90 -0
  15. data/lib/nexmo_developer/app/services/translator/smartling/api/download_file.rb +6 -1
  16. data/lib/nexmo_developer/app/services/translator/smartling/api/file_status.rb +7 -1
  17. data/lib/nexmo_developer/app/services/translator/utils.rb +1 -1
  18. data/lib/nexmo_developer/app/views/admin/feedbacks/_steps.html.erb +1 -1
  19. data/lib/nexmo_developer/app/views/contribute/guides/markdown-guide.md +36 -2
  20. data/lib/nexmo_developer/app/views/dashboard/stats.html.erb +2 -2
  21. data/lib/nexmo_developer/app/views/layouts/partials/_head.html.erb +0 -5
  22. data/lib/nexmo_developer/app/views/static/_products.html.erb +14 -11
  23. data/lib/nexmo_developer/app/views/static/default_landing/partials/_join_slack.html.erb +1 -1
  24. data/lib/nexmo_developer/app/views/static/landing.html.erb +8 -8
  25. data/lib/nexmo_developer/app/views/static/{robots.txt.erb → robots.text.erb} +0 -0
  26. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Black.woff +0 -0
  27. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Black.woff2 +0 -0
  28. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Regular.woff +0 -0
  29. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Regular.woff2 +0 -0
  30. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Semibold.woff +0 -0
  31. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Semibold.woff2 +0 -0
  32. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.eot +0 -0
  33. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.json +1257 -0
  34. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.svg +55 -0
  35. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.ttf +0 -0
  36. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.woff +0 -0
  37. data/lib/nexmo_developer/app/{assets → webpacker}/images/.keep +0 -0
  38. data/lib/nexmo_developer/app/{assets → webpacker}/images/logo@3x.png +0 -0
  39. data/lib/nexmo_developer/app/{assets → webpacker}/images/logo_vonage.png +0 -0
  40. data/lib/nexmo_developer/app/{assets → webpacker}/images/nexmo-developer-logo.svg +0 -0
  41. data/lib/nexmo_developer/app/{assets → webpacker}/images/nexmo-logo-collapsed.svg +0 -0
  42. data/lib/nexmo_developer/app/{assets → webpacker}/images/nexmo-vonage-white.svg +0 -0
  43. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/chatapp.jpg +0 -0
  44. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/chatapp_small.png +0 -0
  45. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/nexmo.jpg +0 -0
  46. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/numberinsight.jpg +0 -0
  47. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/numberinsight_small.png +0 -0
  48. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/sms.jpg +0 -0
  49. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/sms_small.png +0 -0
  50. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/verify.jpg +0 -0
  51. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/verify_small.png +0 -0
  52. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/voice.jpg +0 -0
  53. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/voice_small.png +0 -0
  54. data/lib/nexmo_developer/app/{assets → webpacker}/images/select-dropdown.png +0 -0
  55. data/lib/nexmo_developer/app/{assets → webpacker}/images/slack.svg +0 -0
  56. data/lib/nexmo_developer/app/{assets → webpacker}/images/themes/ea/topography.png +0 -0
  57. data/lib/nexmo_developer/app/webpacker/javascript/code_snippet_events/index.js +23 -85
  58. data/lib/nexmo_developer/app/webpacker/javascript/volta/volta.js +6 -2
  59. data/lib/nexmo_developer/app/webpacker/javascript/volta_tabbed_examples/index.js +23 -3
  60. data/lib/nexmo_developer/app/webpacker/packs/active_admin.js +5 -0
  61. data/lib/nexmo_developer/app/webpacker/packs/active_admin/print.scss +2 -0
  62. data/lib/nexmo_developer/app/webpacker/packs/application.js +12 -0
  63. data/lib/nexmo_developer/app/{assets → webpacker}/stylesheets/active_admin.scss +4 -4
  64. data/lib/nexmo_developer/app/webpacker/stylesheets/application.scss +0 -1
  65. data/lib/nexmo_developer/config/environments/development.rb +1 -1
  66. data/lib/nexmo_developer/config/initializers/active_admin.rb +3 -0
  67. data/lib/nexmo_developer/config/webpack/environment.js +10 -0
  68. data/lib/nexmo_developer/config/webpack/plugins/jquery.js +7 -0
  69. data/lib/nexmo_developer/lib/tasks/smartling.rake +7 -0
  70. data/lib/nexmo_developer/nexmo_developer.rb +3 -4
  71. data/lib/nexmo_developer/version.rb +1 -1
  72. data/package.json +23 -15
  73. data/station.gemspec +9 -13
  74. data/yarn.lock +1473 -1011
  75. metadata +200 -226
  76. data/lib/nexmo_developer/app/assets/javascripts/active_admin.js.coffee +0 -1
  77. data/lib/nexmo_developer/app/assets/javascripts/stats.js +0 -14
  78. data/lib/nexmo_developer/app/assets/regex/matching_chars.rb +0 -1
  79. data/lib/nexmo_developer/app/assets/regex/sequence_diagram_regex.rb +0 -1
  80. data/lib/nexmo_developer/app/assets/regex/stats_regex.rb +0 -1
  81. data/lib/nexmo_developer/app/assets/regex/webfont_regex.rb +0 -1
  82. data/lib/nexmo_developer/app/views/slack/join.html.erb +0 -25
  83. data/lib/nexmo_developer/app/views/static/_community.html.erb +0 -24
  84. data/lib/nexmo_developer/app/views/static/_dotnet.html.erb +0 -26
  85. data/lib/nexmo_developer/app/views/static/_slack.html.erb +0 -2
  86. data/lib/nexmo_developer/app/views/static/_xwithy.html.erb +0 -33
  87. data/lib/nexmo_developer/app/views/static/podcast.html.erb +0 -40
  88. data/lib/nexmo_developer/app/webpacker/stylesheets/objects/_building-block.scss +0 -32
  89. data/lib/nexmo_developer/vendor/assets/javascripts/jquery-scrolltofixed.js +0 -567
  90. data/lib/nexmo_developer/vendor/assets/javascripts/mermaid.js +0 -49
  91. data/lib/nexmo_developer/vendor/assets/javascripts/underscore.js +0 -5
  92. data/lib/nexmo_developer/vendor/assets/javascripts/volta/addons/jquery.tablesorter.js +0 -1031
  93. data/lib/nexmo_developer/vendor/assets/javascripts/volta/addons/prism.js +0 -22
  94. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/side-navigation/volta.menu.js +0 -377
  95. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.accordion.js +0 -249
  96. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.dropdown.js +0 -145
  97. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.flash.js +0 -175
  98. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.modal.js +0 -312
  99. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.tab.js +0 -203
  100. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.tooltip.js +0 -71
  101. data/lib/nexmo_developer/vendor/assets/javascripts/volta/popper.min.js +0 -5
  102. data/lib/nexmo_developer/vendor/assets/javascripts/volta/svgxuse.min.js +0 -12
  103. data/lib/nexmo_developer/vendor/assets/javascripts/volta/tooltip.min.js +0 -5
  104. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.core.js +0 -238
  105. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.js +0 -2141
  106. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.min.js +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a1fab3242c94d821bff710a79ea714937f9b6f8aa2f5d21f5958d8a68b7a232
4
- data.tar.gz: b2f26a3b0f4d7ce301e119010a91aade280d8c9290f624fb37dfe6c62a80abd7
3
+ metadata.gz: dc0f6a5504a7c81bcb3a4be8d56c2afd020affaed9d31b0e200563f769ea863b
4
+ data.tar.gz: 94ec0827029739d8084d50cef7858fd10bfeaac0d7d3ec7f154aeed57aa6f272
5
5
  SHA512:
6
- metadata.gz: 70bcfb3474cb0da1f53868a538af240bcc3767d7e297d8f34c11fffe2ed544fcb050f326bb8b4d2b3bcbf5af47fc80c03614e77ea885ed6ba643c099c1cbc791
7
- data.tar.gz: 77311ab520f9a7be85452226ef671160fbb2c9fda406f7751580a8aff82b5507a8bf4a41df610e592ee1051906e57e3efcb45de0f057d05d68f7ab925df00921
6
+ metadata.gz: 2643a342aca51a40e4f98f355f9816c1fbb191ac7393fa594351391e91788c22f78ed44cd207939fcbf08739e999a1bd46aeb649e1d1ce8478525b94c420f4b4
7
+ data.tar.gz: 99eff5cef6b2022518aabfe9bbedc55a5559ef706ba8a26ddba15868e338d65c9272c41e2754403dede3173990ddbaa8882233c440d008ad7868c1fe93144111
@@ -6,6 +6,7 @@ rake_ci = false
6
6
  run_migrations = false
7
7
  rake_smartling_download = false
8
8
  rake_smartling_upload = false
9
+ rake_check_docs_changes = false
9
10
 
10
11
  options = {}
11
12
  docs_path = OptionParser.new do |opts|
@@ -39,6 +40,9 @@ docs_path = OptionParser.new do |opts|
39
40
  opts.on("--rake-smartling-upload", "Runs Smartling upload process") do
40
41
  rake_smartling_upload = true
41
42
  end
43
+ opts.on("--rake-check-docs-changes", "Checks docs files for changes") do
44
+ rake_check_docs_changes = true
45
+ end
42
46
  end.parse!
43
47
 
44
48
  $LOAD_PATH.unshift(File.expand_path('../lib/nexmo_developer', __dir__))
@@ -72,6 +76,9 @@ elsif rake_smartling_upload
72
76
 
73
77
  frequency, *paths = ARGV
74
78
  Rails::Command.invoke 'runner', ["Rake::Task['smartling:upload'].invoke(#{paths}, #{frequency})"]
79
+ elsif rake_check_docs_changes
80
+ days = ARGV
81
+ Rails::Command.invoke 'runner', ["Rake::Task['smartling:check_docs_changes'].invoke(#{days})"]
75
82
  else
76
83
  Rails::Command.invoke 'server'
77
84
  end
@@ -7,27 +7,19 @@ git_source(:github) do |repo_name|
7
7
  end
8
8
 
9
9
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10
- gem 'rails', '~> 6.0.3'
10
+ gem 'rails', '~> 6.1.1'
11
11
  gem 'webpacker'
12
12
 
13
13
  # Use postgresql as the database for Active Record
14
14
  gem 'pg', '~> 1.2'
15
15
  # Use Puma as the app server
16
16
  gem 'puma', '~> 5.1'
17
- # Use SCSS for stylesheets
18
- gem 'sassc-rails', '~> 2.1'
19
- # Use Uglifier as compressor for JavaScript assets
20
- gem 'uglifier', '>= 4.1.20'
17
+
21
18
  # Use CoffeeScript for .coffee assets and views
22
19
  gem 'coffee-rails', '~> 5.0'
23
20
  # See https://github.com/rails/execjs#readme for more supported runtimes
24
21
  # gem 'therubyracer', platforms: :ruby
25
22
 
26
- # Use jquery as the JavaScript library
27
- gem 'jquery-rails'
28
- # Add clipboard for copying content
29
- gem 'clipboard-rails'
30
-
31
23
  # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
32
24
  gem 'jbuilder', '~> 2.10.1'
33
25
  # Use Redis adapter to run Action Cable in production
@@ -37,14 +29,11 @@ gem 'jbuilder', '~> 2.10.1'
37
29
  # Add Geocoder to get latitude and longitude for geographic places
38
30
  gem 'geocoder'
39
31
 
40
- # Add gmap4rails to integrate the Google Maps API
41
- gem 'gmaps4rails'
42
-
43
32
  # Use Capistrano for deployment
44
33
  # gem 'capistrano-rails', group: :development
45
34
 
46
35
  # Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.
47
- gem 'nokogiri', '~> 1.10.9'
36
+ gem 'nokogiri', '~> 1.11.1'
48
37
 
49
38
  # Autoload dotenv in Rails.
50
39
  gem 'dotenv-rails', groups: %i[development test]
@@ -83,7 +72,7 @@ gem 'factory_bot_rails', '6.1.0', require: false
83
72
  gem 'slack-notifier', '2.3.2'
84
73
 
85
74
  # The administration framework for Ruby on Rails.
86
- gem 'activeadmin', '~> 2.8'
75
+ gem 'activeadmin', '~> 2.9'
87
76
 
88
77
  # Flexible authentication solution for Rails with Warden
89
78
  gem 'devise', '>= 4.6.0'
@@ -94,9 +83,6 @@ gem 'octokit', require: false
94
83
  # Cross-language UserAgent classifier library, ruby implementation
95
84
  gem 'woothee'
96
85
 
97
- # Create beautiful JavaScript charts with one line of Ruby
98
- gem 'chartkick', '3.4.2'
99
-
100
86
  # The simplest way to group temporal data
101
87
  gem 'groupdate', '5.2.1'
102
88
 
@@ -110,12 +96,9 @@ gem 'bootsnap', require: false
110
96
  gem 'diffy', require: false
111
97
 
112
98
  # Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide.
113
- gem 'rubocop', '~> 1.6.1', require: false
99
+ gem 'rubocop', '~> 1.8.1', require: false
114
100
  gem 'rubocop-rails', '~> 2.9', require: false
115
101
 
116
- # Volta needs a CSS autoprefixer
117
- gem 'autoprefixer-rails'
118
-
119
102
  # Titleize modifies the existing Titleize Rails functionality to better suit our needs
120
103
  gem 'titleize'
121
104
 
@@ -129,9 +112,9 @@ gem 'lograge'
129
112
  gem 'countries'
130
113
  gem 'country_select', '~> 4.0'
131
114
 
132
- gem 'nexmo-oas-renderer', '~> 2.4.1', require: false
115
+ gem 'nexmo-oas-renderer', '~> 2.6', require: false
133
116
 
134
- gem 'nexmo_markdown_renderer', '~> 0.7.3'
117
+ gem 'nexmo_markdown_renderer', '~> 0.8'
135
118
 
136
119
  gem 'smartling'
137
120
 
@@ -151,6 +134,13 @@ gem 'barnes'
151
134
 
152
135
  gem 'actionpack-page_caching', github: 'rails/actionpack-page_caching'
153
136
 
137
+ gem 'sassc-rails', '~> 2.1'
138
+
139
+ gem 'gmaps4rails', '2.1.2'
140
+
141
+ # Create beautiful JavaScript charts with one line of Ruby
142
+ gem 'chartkick', '3.4.2'
143
+
154
144
  group :development, :test do
155
145
  gem 'awesome_print'
156
146
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
@@ -166,7 +156,7 @@ end
166
156
 
167
157
  group :development do
168
158
  # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
169
- gem 'listen', '~> 3.3'
159
+ gem 'listen', '~> 3.4'
170
160
  gem 'web-console', '>= 3.3.0'
171
161
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
172
162
  gem 'guard-livereload', '~> 2.5', require: false
@@ -15,72 +15,74 @@ GIT
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- actioncable (6.0.3.4)
19
- actionpack (= 6.0.3.4)
18
+ actioncable (6.1.1)
19
+ actionpack (= 6.1.1)
20
+ activesupport (= 6.1.1)
20
21
  nio4r (~> 2.0)
21
22
  websocket-driver (>= 0.6.1)
22
- actionmailbox (6.0.3.4)
23
- actionpack (= 6.0.3.4)
24
- activejob (= 6.0.3.4)
25
- activerecord (= 6.0.3.4)
26
- activestorage (= 6.0.3.4)
27
- activesupport (= 6.0.3.4)
23
+ actionmailbox (6.1.1)
24
+ actionpack (= 6.1.1)
25
+ activejob (= 6.1.1)
26
+ activerecord (= 6.1.1)
27
+ activestorage (= 6.1.1)
28
+ activesupport (= 6.1.1)
28
29
  mail (>= 2.7.1)
29
- actionmailer (6.0.3.4)
30
- actionpack (= 6.0.3.4)
31
- actionview (= 6.0.3.4)
32
- activejob (= 6.0.3.4)
30
+ actionmailer (6.1.1)
31
+ actionpack (= 6.1.1)
32
+ actionview (= 6.1.1)
33
+ activejob (= 6.1.1)
34
+ activesupport (= 6.1.1)
33
35
  mail (~> 2.5, >= 2.5.4)
34
36
  rails-dom-testing (~> 2.0)
35
- actionpack (6.0.3.4)
36
- actionview (= 6.0.3.4)
37
- activesupport (= 6.0.3.4)
38
- rack (~> 2.0, >= 2.0.8)
37
+ actionpack (6.1.1)
38
+ actionview (= 6.1.1)
39
+ activesupport (= 6.1.1)
40
+ rack (~> 2.0, >= 2.0.9)
39
41
  rack-test (>= 0.6.3)
40
42
  rails-dom-testing (~> 2.0)
41
43
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
- actiontext (6.0.3.4)
43
- actionpack (= 6.0.3.4)
44
- activerecord (= 6.0.3.4)
45
- activestorage (= 6.0.3.4)
46
- activesupport (= 6.0.3.4)
44
+ actiontext (6.1.1)
45
+ actionpack (= 6.1.1)
46
+ activerecord (= 6.1.1)
47
+ activestorage (= 6.1.1)
48
+ activesupport (= 6.1.1)
47
49
  nokogiri (>= 1.8.5)
48
- actionview (6.0.3.4)
49
- activesupport (= 6.0.3.4)
50
+ actionview (6.1.1)
51
+ activesupport (= 6.1.1)
50
52
  builder (~> 3.1)
51
53
  erubi (~> 1.4)
52
54
  rails-dom-testing (~> 2.0)
53
55
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
54
- activeadmin (2.8.1)
56
+ activeadmin (2.9.0)
55
57
  arbre (~> 1.2, >= 1.2.1)
56
58
  formtastic (>= 3.1, < 5.0)
57
59
  formtastic_i18n (~> 0.4)
58
60
  inherited_resources (~> 1.7)
59
61
  jquery-rails (~> 4.2)
60
62
  kaminari (~> 1.0, >= 1.2.1)
61
- railties (>= 5.2, < 6.1)
63
+ railties (>= 5.2, < 6.2)
62
64
  ransack (~> 2.1, >= 2.1.1)
63
- sassc-rails (~> 2.1)
64
- sprockets (>= 3.0, < 4.1)
65
- activejob (6.0.3.4)
66
- activesupport (= 6.0.3.4)
65
+ activejob (6.1.1)
66
+ activesupport (= 6.1.1)
67
67
  globalid (>= 0.3.6)
68
- activemodel (6.0.3.4)
69
- activesupport (= 6.0.3.4)
70
- activerecord (6.0.3.4)
71
- activemodel (= 6.0.3.4)
72
- activesupport (= 6.0.3.4)
73
- activestorage (6.0.3.4)
74
- actionpack (= 6.0.3.4)
75
- activejob (= 6.0.3.4)
76
- activerecord (= 6.0.3.4)
68
+ activemodel (6.1.1)
69
+ activesupport (= 6.1.1)
70
+ activerecord (6.1.1)
71
+ activemodel (= 6.1.1)
72
+ activesupport (= 6.1.1)
73
+ activestorage (6.1.1)
74
+ actionpack (= 6.1.1)
75
+ activejob (= 6.1.1)
76
+ activerecord (= 6.1.1)
77
+ activesupport (= 6.1.1)
77
78
  marcel (~> 0.3.1)
78
- activesupport (6.0.3.4)
79
+ mimemagic (~> 0.3.2)
80
+ activesupport (6.1.1)
79
81
  concurrent-ruby (~> 1.0, >= 1.0.2)
80
- i18n (>= 0.7, < 2)
81
- minitest (~> 5.1)
82
- tzinfo (~> 1.1)
83
- zeitwerk (~> 2.2, >= 2.2.2)
82
+ i18n (>= 1.6, < 2)
83
+ minitest (>= 5.1)
84
+ tzinfo (~> 2.0)
85
+ zeitwerk (~> 2.3)
84
86
  addressable (2.7.0)
85
87
  public_suffix (>= 2.0.2, < 5.0)
86
88
  algoliasearch (1.27.5)
@@ -89,12 +91,10 @@ GEM
89
91
  apparition (0.6.0)
90
92
  capybara (~> 3.13, < 4)
91
93
  websocket-driver (>= 0.6.5)
92
- arbre (1.3.0)
93
- activesupport (>= 3.0.0, < 6.1)
94
+ arbre (1.4.0)
95
+ activesupport (>= 3.0.0, < 6.2)
94
96
  ruby2_keywords (>= 0.0.2, < 1.0)
95
97
  ast (2.4.1)
96
- autoprefixer-rails (10.1.0.0)
97
- execjs
98
98
  awesome_print (1.8.0)
99
99
  banzai (0.1.3)
100
100
  barnes (0.0.8)
@@ -106,11 +106,11 @@ GEM
106
106
  erubi (>= 1.0.0)
107
107
  rack (>= 0.9.0)
108
108
  bindex (0.8.1)
109
- binding_of_caller (0.8.0)
109
+ binding_of_caller (1.0.0)
110
110
  debug_inspector (>= 0.0.1)
111
111
  bootsnap (1.5.1)
112
112
  msgpack (~> 1.0)
113
- bugsnag (6.18.0)
113
+ bugsnag (6.19.0)
114
114
  concurrent-ruby (~> 1.0)
115
115
  builder (3.2.4)
116
116
  byebug (11.1.3)
@@ -123,7 +123,6 @@ GEM
123
123
  regexp_parser (~> 1.5)
124
124
  xpath (~> 3.2)
125
125
  chartkick (3.4.2)
126
- clipboard-rails (1.7.1)
127
126
  coderay (1.1.3)
128
127
  coffee-rails (5.0.0)
129
128
  coffee-script (>= 2.2.0)
@@ -141,9 +140,10 @@ GEM
141
140
  country_select (4.0.0)
142
141
  countries (~> 3.0)
143
142
  sort_alphabetical (~> 1.0)
144
- crack (0.4.4)
143
+ crack (0.4.5)
144
+ rexml
145
145
  crass (1.0.6)
146
- debug_inspector (0.0.3)
146
+ debug_inspector (1.0.0)
147
147
  deep_merge (1.2.1)
148
148
  devise (4.7.3)
149
149
  bcrypt (~> 3.0)
@@ -153,7 +153,7 @@ GEM
153
153
  warden (~> 1.2.3)
154
154
  diff-lcs (1.4.4)
155
155
  diffy (3.4.0)
156
- docile (1.3.2)
156
+ docile (1.3.4)
157
157
  domain_name (0.5.20190701)
158
158
  unf (>= 0.0.5, < 1.0.0)
159
159
  dotenv (2.7.6)
@@ -173,10 +173,12 @@ GEM
173
173
  railties (>= 5.0.0)
174
174
  faker (2.15.1)
175
175
  i18n (>= 1.6, < 2)
176
- faraday (1.1.0)
176
+ faraday (1.3.0)
177
+ faraday-net_http (~> 1.0)
177
178
  multipart-post (>= 1.2, < 3)
178
179
  ruby2_keywords
179
- ffi (1.13.1)
180
+ faraday-net_http (1.0.0)
181
+ ffi (1.14.2)
180
182
  formatador (0.2.5)
181
183
  formtastic (3.1.5)
182
184
  actionpack (>= 3.2.13)
@@ -228,16 +230,16 @@ GEM
228
230
  mime-types (~> 3.0)
229
231
  multi_xml (>= 0.5.2)
230
232
  httpclient (2.8.3)
231
- i18n (1.8.5)
233
+ i18n (1.8.7)
232
234
  concurrent-ruby (~> 1.0)
233
235
  i18n_data (0.10.0)
234
236
  icalendar (2.7.0)
235
237
  ice_cube (~> 0.16)
236
238
  ice_cube (0.16.3)
237
- inherited_resources (1.11.0)
238
- actionpack (>= 5.0, < 6.1)
239
+ inherited_resources (1.12.0)
240
+ actionpack (>= 5.2, < 6.2)
239
241
  has_scope (~> 0.6)
240
- railties (>= 5.0, < 6.1)
242
+ railties (>= 5.2, < 6.2)
241
243
  responders (>= 2, < 4)
242
244
  jbuilder (2.10.1)
243
245
  activesupport (>= 5.0.0)
@@ -245,7 +247,7 @@ GEM
245
247
  rails-dom-testing (>= 1, < 3)
246
248
  railties (>= 4.2.0)
247
249
  thor (>= 0.14, < 2.0)
248
- json (2.3.1)
250
+ json (2.5.1)
249
251
  kaminari (1.2.1)
250
252
  activesupport (>= 4.1.0)
251
253
  kaminari-actionview (= 1.2.1)
@@ -258,7 +260,7 @@ GEM
258
260
  activerecord
259
261
  kaminari-core (= 1.2.1)
260
262
  kaminari-core (1.2.1)
261
- listen (3.3.3)
263
+ listen (3.4.1)
262
264
  rb-fsevent (~> 0.10, >= 0.10.3)
263
265
  rb-inotify (~> 0.9, >= 0.9.10)
264
266
  lograge (0.11.2)
@@ -266,7 +268,7 @@ GEM
266
268
  activesupport (>= 4)
267
269
  railties (>= 4)
268
270
  request_store (~> 1.0)
269
- loofah (2.8.0)
271
+ loofah (2.9.0)
270
272
  crass (~> 1.0.2)
271
273
  nokogiri (>= 1.5.9)
272
274
  lumberjack (1.2.8)
@@ -280,8 +282,8 @@ GEM
280
282
  mime-types-data (3.2020.1104)
281
283
  mimemagic (0.3.5)
282
284
  mini_mime (1.0.2)
283
- mini_portile2 (2.4.0)
284
- minitest (5.14.2)
285
+ mini_portile2 (2.5.0)
286
+ minitest (5.14.3)
285
287
  msgpack (1.3.3)
286
288
  multi_json (1.15.0)
287
289
  multi_xml (0.6.0)
@@ -294,31 +296,31 @@ GEM
294
296
  neatjson (0.9)
295
297
  nenv (0.3.0)
296
298
  netrc (0.11.0)
297
- newrelic_rpm (6.14.0)
298
- nexmo-oas-renderer (2.4.1)
299
+ newrelic_rpm (6.15.0)
300
+ nexmo-oas-renderer (2.6.0)
299
301
  activemodel (~> 6.0)
300
302
  activesupport (~> 6.0)
301
303
  banzai (~> 0.1.2)
302
304
  dotenv (~> 2.7)
303
305
  neatjson (~> 0.8)
304
- nexmo_markdown_renderer (~> 0.3)
306
+ nexmo_markdown_renderer (~> 0.8)
305
307
  oas_parser (~> 0.25.1)
306
- octicons_helper (~> 8.2)
307
- redcarpet (= 3.4.0)
308
+ redcarpet (= 3.5.1)
308
309
  sass (~> 3.1)
309
310
  shotgun (~> 0.9)
310
311
  sinatra (~> 2.0)
311
- nexmo_markdown_renderer (0.7.3)
312
+ nexmo_markdown_renderer (0.8.0)
313
+ actionview (~> 6.0)
312
314
  activemodel (~> 6.0)
313
315
  banzai (~> 0.1.2)
314
316
  i18n (~> 1.7)
315
317
  nokogiri (~> 1.10)
316
- octicons_helper (~> 8.2)
317
318
  redcarpet (~> 3.4)
318
319
  rouge (~> 2.0.7)
319
320
  nio4r (2.5.4)
320
- nokogiri (1.10.10)
321
- mini_portile2 (~> 2.4.0)
321
+ nokogiri (1.11.1)
322
+ mini_portile2 (~> 2.5.0)
323
+ racc (~> 1.4)
322
324
  notiffany (0.1.3)
323
325
  nenv (~> 0.1)
324
326
  shellany (~> 0.0)
@@ -330,28 +332,22 @@ GEM
330
332
  hash-deep-merge
331
333
  mustermann-contrib (~> 1.1.1)
332
334
  nokogiri
333
- octicons (8.5.0)
334
- nokogiri (>= 1.6.3.1)
335
- octicons_helper (8.5.0)
336
- octicons (= 8.5.0)
337
- rails
338
- octokit (4.19.0)
335
+ octokit (4.20.0)
339
336
  faraday (>= 0.9)
340
337
  sawyer (~> 0.8.0, >= 0.5.3)
341
- oj (3.10.16)
338
+ oj (3.10.18)
342
339
  orm_adapter (0.5.0)
343
340
  parallel (1.20.1)
344
- parser (2.7.2.0)
341
+ parser (3.0.0.0)
345
342
  ast (~> 2.4.1)
346
343
  pg (1.2.3)
347
- polyamorous (2.3.2)
348
- activerecord (>= 5.2.1)
349
344
  pry (0.13.1)
350
345
  coderay (~> 1.1)
351
346
  method_source (~> 1.0)
352
347
  public_suffix (4.0.6)
353
348
  puma (5.1.1)
354
349
  nio4r (~> 2.0)
350
+ racc (1.5.2)
355
351
  rack (2.2.3)
356
352
  rack-protection (2.1.0)
357
353
  rack
@@ -359,45 +355,44 @@ GEM
359
355
  rack
360
356
  rack-test (1.1.0)
361
357
  rack (>= 1.0, < 3)
362
- rails (6.0.3.4)
363
- actioncable (= 6.0.3.4)
364
- actionmailbox (= 6.0.3.4)
365
- actionmailer (= 6.0.3.4)
366
- actionpack (= 6.0.3.4)
367
- actiontext (= 6.0.3.4)
368
- actionview (= 6.0.3.4)
369
- activejob (= 6.0.3.4)
370
- activemodel (= 6.0.3.4)
371
- activerecord (= 6.0.3.4)
372
- activestorage (= 6.0.3.4)
373
- activesupport (= 6.0.3.4)
374
- bundler (>= 1.3.0)
375
- railties (= 6.0.3.4)
358
+ rails (6.1.1)
359
+ actioncable (= 6.1.1)
360
+ actionmailbox (= 6.1.1)
361
+ actionmailer (= 6.1.1)
362
+ actionpack (= 6.1.1)
363
+ actiontext (= 6.1.1)
364
+ actionview (= 6.1.1)
365
+ activejob (= 6.1.1)
366
+ activemodel (= 6.1.1)
367
+ activerecord (= 6.1.1)
368
+ activestorage (= 6.1.1)
369
+ activesupport (= 6.1.1)
370
+ bundler (>= 1.15.0)
371
+ railties (= 6.1.1)
376
372
  sprockets-rails (>= 2.0.0)
377
373
  rails-dom-testing (2.0.3)
378
374
  activesupport (>= 4.2.0)
379
375
  nokogiri (>= 1.6)
380
376
  rails-html-sanitizer (1.3.0)
381
377
  loofah (~> 2.3)
382
- railties (6.0.3.4)
383
- actionpack (= 6.0.3.4)
384
- activesupport (= 6.0.3.4)
378
+ railties (6.1.1)
379
+ actionpack (= 6.1.1)
380
+ activesupport (= 6.1.1)
385
381
  method_source
386
382
  rake (>= 0.8.7)
387
- thor (>= 0.20.3, < 2.0)
383
+ thor (~> 1.0)
388
384
  rainbow (3.0.0)
389
- rake (13.0.1)
390
- ransack (2.3.2)
391
- activerecord (>= 5.2.1)
392
- activesupport (>= 5.2.1)
385
+ rake (13.0.3)
386
+ ransack (2.4.1)
387
+ activerecord (>= 5.2.4)
388
+ activesupport (>= 5.2.4)
393
389
  i18n
394
- polyamorous (= 2.3.2)
395
390
  rb-fsevent (0.10.4)
396
391
  rb-inotify (0.10.1)
397
392
  ffi (~> 1.0)
398
393
  recaptcha (5.6.0)
399
394
  json
400
- redcarpet (3.4.0)
395
+ redcarpet (3.5.1)
401
396
  redis (4.2.5)
402
397
  regexp_parser (1.8.2)
403
398
  request_store (1.5.0)
@@ -418,41 +413,41 @@ GEM
418
413
  rspec-mocks (~> 3.10.0)
419
414
  rspec-collection_matchers (1.2.0)
420
415
  rspec-expectations (>= 2.99.0.beta1)
421
- rspec-core (3.10.0)
416
+ rspec-core (3.10.1)
422
417
  rspec-support (~> 3.10.0)
423
- rspec-expectations (3.10.0)
418
+ rspec-expectations (3.10.1)
424
419
  diff-lcs (>= 1.2.0, < 2.0)
425
420
  rspec-support (~> 3.10.0)
426
- rspec-mocks (3.10.0)
421
+ rspec-mocks (3.10.1)
427
422
  diff-lcs (>= 1.2.0, < 2.0)
428
423
  rspec-support (~> 3.10.0)
429
- rspec-rails (4.0.1)
424
+ rspec-rails (4.0.2)
430
425
  actionpack (>= 4.2)
431
426
  activesupport (>= 4.2)
432
427
  railties (>= 4.2)
433
- rspec-core (~> 3.9)
434
- rspec-expectations (~> 3.9)
435
- rspec-mocks (~> 3.9)
436
- rspec-support (~> 3.9)
428
+ rspec-core (~> 3.10)
429
+ rspec-expectations (~> 3.10)
430
+ rspec-mocks (~> 3.10)
431
+ rspec-support (~> 3.10)
437
432
  rspec-snapshot (0.1.2)
438
433
  rspec (> 3.0.0)
439
- rspec-support (3.10.0)
440
- rubocop (1.6.1)
434
+ rspec-support (3.10.1)
435
+ rubocop (1.8.1)
441
436
  parallel (~> 1.10)
442
- parser (>= 2.7.1.5)
437
+ parser (>= 3.0.0.0)
443
438
  rainbow (>= 2.2.2, < 4.0)
444
439
  regexp_parser (>= 1.8, < 3.0)
445
440
  rexml
446
441
  rubocop-ast (>= 1.2.0, < 2.0)
447
442
  ruby-progressbar (~> 1.7)
448
- unicode-display_width (>= 1.4.0, < 2.0)
449
- rubocop-ast (1.3.0)
443
+ unicode-display_width (>= 1.4.0, < 3.0)
444
+ rubocop-ast (1.4.0)
450
445
  parser (>= 2.7.1.5)
451
- rubocop-rails (2.9.0)
446
+ rubocop-rails (2.9.1)
452
447
  activesupport (>= 4.2.0)
453
448
  rack (>= 1.1)
454
449
  rubocop (>= 0.90.0, < 2.0)
455
- ruby-progressbar (1.10.1)
450
+ ruby-progressbar (1.11.0)
456
451
  ruby2_keywords (0.0.2)
457
452
  sass (3.7.4)
458
453
  sass-listen (~> 4.0.0)
@@ -470,12 +465,12 @@ GEM
470
465
  sawyer (0.8.2)
471
466
  addressable (>= 2.3.5)
472
467
  faraday (> 0.8, < 2.0)
473
- semantic_range (2.3.0)
468
+ semantic_range (2.3.1)
474
469
  shellany (0.0.1)
475
470
  shotgun (0.9.2)
476
471
  rack (>= 1.0)
477
472
  simple-random (1.0.3)
478
- simplecov (0.20.0)
473
+ simplecov (0.21.2)
479
474
  docile (~> 1.1)
480
475
  simplecov-html (~> 0.11)
481
476
  simplecov_json_formatter (~> 0.1)
@@ -505,20 +500,17 @@ GEM
505
500
  actionpack (>= 4.0)
506
501
  activesupport (>= 4.0)
507
502
  sprockets (>= 3.0.0)
508
- statsd-ruby (1.4.0)
503
+ statsd-ruby (1.5.0)
509
504
  terminal-table (2.0.0)
510
505
  unicode-display_width (~> 1.1, >= 1.1.1)
511
506
  thor (1.0.1)
512
- thread_safe (0.3.6)
513
507
  tilt (2.0.10)
514
508
  titleize (1.4.1)
515
509
  truncato (0.7.11)
516
510
  htmlentities (~> 4.3.1)
517
511
  nokogiri (>= 1.7.0, <= 2.0)
518
- tzinfo (1.2.8)
519
- thread_safe (~> 0.1)
520
- uglifier (4.2.0)
521
- execjs (>= 0.3.0, < 3)
512
+ tzinfo (2.0.4)
513
+ concurrent-ruby (~> 1.0)
522
514
  unf (0.1.4)
523
515
  unf_ext
524
516
  unf_ext (0.0.7.7)
@@ -531,7 +523,7 @@ GEM
531
523
  activemodel (>= 6.0.0)
532
524
  bindex (>= 0.4.0)
533
525
  railties (>= 6.0.0)
534
- webmock (3.10.0)
526
+ webmock (3.11.1)
535
527
  addressable (>= 2.3.6)
536
528
  crack (>= 0.3.2)
537
529
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -553,10 +545,9 @@ PLATFORMS
553
545
 
554
546
  DEPENDENCIES
555
547
  actionpack-page_caching!
556
- activeadmin (~> 2.8)
548
+ activeadmin (~> 2.9)
557
549
  algoliasearch
558
550
  apparition
559
- autoprefixer-rails
560
551
  awesome_print
561
552
  barnes
562
553
  better_errors
@@ -566,7 +557,6 @@ DEPENDENCIES
566
557
  byebug
567
558
  capybara
568
559
  chartkick (= 3.4.2)
569
- clipboard-rails
570
560
  coffee-rails (~> 5.0)
571
561
  colorize
572
562
  countries
@@ -578,7 +568,7 @@ DEPENDENCIES
578
568
  faker (= 2.15.1)
579
569
  ffi (>= 1.9.24)
580
570
  geocoder
581
- gmaps4rails
571
+ gmaps4rails (= 2.1.2)
582
572
  gravatar_image_tag (= 1.2.0)
583
573
  greenhouse_io
584
574
  groupdate (= 5.2.1)
@@ -586,20 +576,19 @@ DEPENDENCIES
586
576
  guard-rspec
587
577
  icalendar
588
578
  jbuilder (~> 2.10.1)
589
- jquery-rails
590
- listen (~> 3.3)
579
+ listen (~> 3.4)
591
580
  lograge
592
581
  neatjson
593
582
  newrelic_rpm
594
- nexmo-oas-renderer (~> 2.4.1)
595
- nexmo_markdown_renderer (~> 0.7.3)
596
- nokogiri (~> 1.10.9)
583
+ nexmo-oas-renderer (~> 2.6)
584
+ nexmo_markdown_renderer (~> 0.8)
585
+ nokogiri (~> 1.11.1)
597
586
  octokit
598
587
  pg (~> 1.2)
599
588
  pry
600
589
  puma (~> 5.1)
601
590
  rack (>= 2.0.6)
602
- rails (~> 6.0.3)
591
+ rails (~> 6.1.1)
603
592
  rawler!
604
593
  recaptcha
605
594
  redis
@@ -607,7 +596,7 @@ DEPENDENCIES
607
596
  rspec-collection_matchers
608
597
  rspec-rails (~> 4.0)
609
598
  rspec-snapshot (~> 0.1.2)
610
- rubocop (~> 1.6.1)
599
+ rubocop (~> 1.8.1)
611
600
  rubocop-rails (~> 2.9)
612
601
  ruby-progressbar
613
602
  sassc-rails (~> 2.1)
@@ -619,7 +608,6 @@ DEPENDENCIES
619
608
  titleize
620
609
  truncato
621
610
  tzinfo-data
622
- uglifier (>= 4.1.20)
623
611
  web-console (>= 3.3.0)
624
612
  webmock
625
613
  webpacker