station 0.0.106 → 0.0.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/bin/nexmo-developer +7 -0
  3. data/lib/nexmo_developer/Gemfile +10 -25
  4. data/lib/nexmo_developer/Gemfile.lock +130 -146
  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/static_controller.rb +3 -11
  9. data/lib/nexmo_developer/app/helpers/application_helper.rb +2 -0
  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/services/translator/files_list_coordinator.rb +90 -0
  14. data/lib/nexmo_developer/app/services/translator/smartling/api/download_file.rb +6 -1
  15. data/lib/nexmo_developer/app/services/translator/smartling/api/file_status.rb +7 -1
  16. data/lib/nexmo_developer/app/services/translator/utils.rb +1 -1
  17. data/lib/nexmo_developer/app/views/admin/feedbacks/_steps.html.erb +1 -1
  18. data/lib/nexmo_developer/app/views/layouts/partials/_footer.html.erb +4 -4
  19. data/lib/nexmo_developer/app/views/layouts/partials/_head.html.erb +4 -5
  20. data/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb +3 -3
  21. data/lib/nexmo_developer/app/views/layouts/partials/_improve_this_page.html.erb +1 -1
  22. data/lib/nexmo_developer/app/views/static/_products.html.erb +20 -17
  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/{assets → webpacker}/fonts/Lato-Black.woff +0 -0
  27. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/Lato-Black.woff2 +0 -0
  28. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/Lato-Regular.woff +0 -0
  29. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/Lato-Regular.woff2 +0 -0
  30. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/Lato-Semibold.woff +0 -0
  31. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/Lato-Semibold.woff2 +0 -0
  32. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/icomoon.eot +0 -0
  33. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/icomoon.json +0 -0
  34. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/icomoon.svg +0 -0
  35. data/lib/nexmo_developer/app/{assets → webpacker}/fonts/icomoon.ttf +0 -0
  36. data/lib/nexmo_developer/app/{assets → 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 +1 -1
  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/app/webpacker/stylesheets/custom/_core.scss +1 -1
  66. data/lib/nexmo_developer/app/webpacker/stylesheets/objects/_icons.scss +1 -0
  67. data/lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss +1 -2
  68. data/lib/nexmo_developer/config/environments/development.rb +1 -1
  69. data/lib/nexmo_developer/config/environments/production.rb +8 -1
  70. data/lib/nexmo_developer/config/initializers/active_admin.rb +3 -0
  71. data/lib/nexmo_developer/config/initializers/assets.rb +0 -2
  72. data/lib/nexmo_developer/config/webpack/environment.js +10 -0
  73. data/lib/nexmo_developer/config/webpack/plugins/jquery.js +7 -0
  74. data/lib/nexmo_developer/lib/tasks/smartling.rake +7 -0
  75. data/lib/nexmo_developer/nexmo_developer.rb +1 -4
  76. data/lib/nexmo_developer/version.rb +1 -1
  77. data/package.json +23 -15
  78. data/station.gemspec +6 -12
  79. data/yarn.lock +1490 -1013
  80. metadata +173 -239
  81. data/lib/nexmo_developer/app/assets/fonts/nexmo-developer.json +0 -36483
  82. data/lib/nexmo_developer/app/assets/javascripts/active_admin.js.coffee +0 -1
  83. data/lib/nexmo_developer/app/assets/javascripts/stats.js +0 -14
  84. data/lib/nexmo_developer/app/assets/regex/matching_chars.rb +0 -1
  85. data/lib/nexmo_developer/app/assets/regex/sequence_diagram_regex.rb +0 -1
  86. data/lib/nexmo_developer/app/assets/regex/stats_regex.rb +0 -1
  87. data/lib/nexmo_developer/app/assets/regex/webfont_regex.rb +0 -1
  88. data/lib/nexmo_developer/app/views/slack/join.html.erb +0 -25
  89. data/lib/nexmo_developer/app/views/static/_community.html.erb +0 -24
  90. data/lib/nexmo_developer/app/views/static/_dotnet.html.erb +0 -26
  91. data/lib/nexmo_developer/app/views/static/_slack.html.erb +0 -2
  92. data/lib/nexmo_developer/app/views/static/_xwithy.html.erb +0 -33
  93. data/lib/nexmo_developer/app/views/static/podcast.html.erb +0 -40
  94. data/lib/nexmo_developer/app/webpacker/stylesheets/objects/_building-block.scss +0 -32
  95. data/lib/nexmo_developer/vendor/assets/javascripts/jquery-scrolltofixed.js +0 -567
  96. data/lib/nexmo_developer/vendor/assets/javascripts/mermaid.js +0 -49
  97. data/lib/nexmo_developer/vendor/assets/javascripts/underscore.js +0 -5
  98. data/lib/nexmo_developer/vendor/assets/javascripts/volta/addons/jquery.tablesorter.js +0 -1031
  99. data/lib/nexmo_developer/vendor/assets/javascripts/volta/addons/prism.js +0 -22
  100. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/side-navigation/volta.menu.js +0 -377
  101. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.accordion.js +0 -249
  102. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.dropdown.js +0 -145
  103. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.flash.js +0 -175
  104. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.modal.js +0 -312
  105. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.tab.js +0 -203
  106. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.tooltip.js +0 -71
  107. data/lib/nexmo_developer/vendor/assets/javascripts/volta/popper.min.js +0 -5
  108. data/lib/nexmo_developer/vendor/assets/javascripts/volta/svgxuse.min.js +0 -12
  109. data/lib/nexmo_developer/vendor/assets/javascripts/volta/tooltip.min.js +0 -5
  110. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.core.js +0 -238
  111. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.js +0 -2141
  112. 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: 535d0fed39ee1d438548c090513743c0d7485d677f0f3c5b480d8d9b4580fb5e
4
- data.tar.gz: ef616316e4bcfb51a8cfd42e3580c6b4b0fe54c70e7701e5361debc5a80c89da
3
+ metadata.gz: fb154e93b4b93526c7ef04c9a813a298c2b8d39fe37cdd16e162d6f36548c8d7
4
+ data.tar.gz: 9830557ae8e8c30312f4410ed74b17e4c8b37e41c9bf37d2450b9ef3cbff0eaf
5
5
  SHA512:
6
- metadata.gz: 8fef0e5aadcad3f0a45e597b0191afdafa5d3d207a3ef9f71ef987364b48a251e68711564d63c34c721b44d814532d19a402a2066f3382fda7c0b17357adb2e0
7
- data.tar.gz: 134963a2864bbb7fe53313eada9f6b07dce0ae358a6ed74eced5e6d97eeb1757d5ae56ebd722ea297e3410a3a4fee9852ecc170a3b455eea5da3e50ed969a8c8
6
+ metadata.gz: 456b2465bba91fa4e3090d1c4f15aff9370c7d232ef16a32fdffd23d29df62d4cab01c72c93e7a756844dd919759397fbe9eadd1e4f5e0a08229eb9c973d3305
7
+ data.tar.gz: eeec9d0034905c15213572118111abd77529b13adac34cfbb9d6133c8f0972abc748a921df4ca4cd36d7e6cb04e6c1dbc86fe34d386751242910b60fac0d98dc
@@ -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,8 @@ gem 'barnes'
151
134
 
152
135
  gem 'actionpack-page_caching', github: 'rails/actionpack-page_caching'
153
136
 
137
+ gem 'sassc-rails', '~> 2.1'
138
+
154
139
  group :development, :test do
155
140
  gem 'awesome_print'
156
141
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
@@ -166,7 +151,7 @@ end
166
151
 
167
152
  group :development do
168
153
  # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
169
- gem 'listen', '~> 3.3'
154
+ gem 'listen', '~> 3.4'
170
155
  gem 'web-console', '>= 3.3.0'
171
156
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
172
157
  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)
@@ -122,8 +122,6 @@ GEM
122
122
  rack-test (>= 0.6.3)
123
123
  regexp_parser (~> 1.5)
124
124
  xpath (~> 3.2)
125
- chartkick (3.4.2)
126
- clipboard-rails (1.7.1)
127
125
  coderay (1.1.3)
128
126
  coffee-rails (5.0.0)
129
127
  coffee-script (>= 2.2.0)
@@ -141,9 +139,10 @@ GEM
141
139
  country_select (4.0.0)
142
140
  countries (~> 3.0)
143
141
  sort_alphabetical (~> 1.0)
144
- crack (0.4.4)
142
+ crack (0.4.5)
143
+ rexml
145
144
  crass (1.0.6)
146
- debug_inspector (0.0.3)
145
+ debug_inspector (1.0.0)
147
146
  deep_merge (1.2.1)
148
147
  devise (4.7.3)
149
148
  bcrypt (~> 3.0)
@@ -153,7 +152,7 @@ GEM
153
152
  warden (~> 1.2.3)
154
153
  diff-lcs (1.4.4)
155
154
  diffy (3.4.0)
156
- docile (1.3.2)
155
+ docile (1.3.4)
157
156
  domain_name (0.5.20190701)
158
157
  unf (>= 0.0.5, < 1.0.0)
159
158
  dotenv (2.7.6)
@@ -173,10 +172,12 @@ GEM
173
172
  railties (>= 5.0.0)
174
173
  faker (2.15.1)
175
174
  i18n (>= 1.6, < 2)
176
- faraday (1.1.0)
175
+ faraday (1.3.0)
176
+ faraday-net_http (~> 1.0)
177
177
  multipart-post (>= 1.2, < 3)
178
178
  ruby2_keywords
179
- ffi (1.13.1)
179
+ faraday-net_http (1.0.0)
180
+ ffi (1.14.2)
180
181
  formatador (0.2.5)
181
182
  formtastic (3.1.5)
182
183
  actionpack (>= 3.2.13)
@@ -184,7 +185,6 @@ GEM
184
185
  geocoder (1.6.4)
185
186
  globalid (0.4.2)
186
187
  activesupport (>= 4.2.0)
187
- gmaps4rails (2.1.2)
188
188
  gravatar_image_tag (1.2.0)
189
189
  greenhouse_io (2.5.0)
190
190
  httmultiparty (~> 0.3.16)
@@ -228,16 +228,16 @@ GEM
228
228
  mime-types (~> 3.0)
229
229
  multi_xml (>= 0.5.2)
230
230
  httpclient (2.8.3)
231
- i18n (1.8.5)
231
+ i18n (1.8.7)
232
232
  concurrent-ruby (~> 1.0)
233
233
  i18n_data (0.10.0)
234
234
  icalendar (2.7.0)
235
235
  ice_cube (~> 0.16)
236
236
  ice_cube (0.16.3)
237
- inherited_resources (1.11.0)
238
- actionpack (>= 5.0, < 6.1)
237
+ inherited_resources (1.12.0)
238
+ actionpack (>= 5.2, < 6.2)
239
239
  has_scope (~> 0.6)
240
- railties (>= 5.0, < 6.1)
240
+ railties (>= 5.2, < 6.2)
241
241
  responders (>= 2, < 4)
242
242
  jbuilder (2.10.1)
243
243
  activesupport (>= 5.0.0)
@@ -245,7 +245,7 @@ GEM
245
245
  rails-dom-testing (>= 1, < 3)
246
246
  railties (>= 4.2.0)
247
247
  thor (>= 0.14, < 2.0)
248
- json (2.3.1)
248
+ json (2.5.1)
249
249
  kaminari (1.2.1)
250
250
  activesupport (>= 4.1.0)
251
251
  kaminari-actionview (= 1.2.1)
@@ -258,7 +258,7 @@ GEM
258
258
  activerecord
259
259
  kaminari-core (= 1.2.1)
260
260
  kaminari-core (1.2.1)
261
- listen (3.3.3)
261
+ listen (3.4.1)
262
262
  rb-fsevent (~> 0.10, >= 0.10.3)
263
263
  rb-inotify (~> 0.9, >= 0.9.10)
264
264
  lograge (0.11.2)
@@ -266,7 +266,7 @@ GEM
266
266
  activesupport (>= 4)
267
267
  railties (>= 4)
268
268
  request_store (~> 1.0)
269
- loofah (2.8.0)
269
+ loofah (2.9.0)
270
270
  crass (~> 1.0.2)
271
271
  nokogiri (>= 1.5.9)
272
272
  lumberjack (1.2.8)
@@ -277,11 +277,11 @@ GEM
277
277
  method_source (1.0.0)
278
278
  mime-types (3.3.1)
279
279
  mime-types-data (~> 3.2015)
280
- mime-types-data (3.2020.0512)
280
+ mime-types-data (3.2020.1104)
281
281
  mimemagic (0.3.5)
282
282
  mini_mime (1.0.2)
283
- mini_portile2 (2.4.0)
284
- minitest (5.14.2)
283
+ mini_portile2 (2.5.0)
284
+ minitest (5.14.3)
285
285
  msgpack (1.3.3)
286
286
  multi_json (1.15.0)
287
287
  multi_xml (0.6.0)
@@ -295,30 +295,30 @@ GEM
295
295
  nenv (0.3.0)
296
296
  netrc (0.11.0)
297
297
  newrelic_rpm (6.14.0)
298
- nexmo-oas-renderer (2.4.1)
298
+ nexmo-oas-renderer (2.6.0)
299
299
  activemodel (~> 6.0)
300
300
  activesupport (~> 6.0)
301
301
  banzai (~> 0.1.2)
302
302
  dotenv (~> 2.7)
303
303
  neatjson (~> 0.8)
304
- nexmo_markdown_renderer (~> 0.3)
304
+ nexmo_markdown_renderer (~> 0.8)
305
305
  oas_parser (~> 0.25.1)
306
- octicons_helper (~> 8.2)
307
- redcarpet (= 3.4.0)
306
+ redcarpet (= 3.5.1)
308
307
  sass (~> 3.1)
309
308
  shotgun (~> 0.9)
310
309
  sinatra (~> 2.0)
311
- nexmo_markdown_renderer (0.7.3)
310
+ nexmo_markdown_renderer (0.8.0)
311
+ actionview (~> 6.0)
312
312
  activemodel (~> 6.0)
313
313
  banzai (~> 0.1.2)
314
314
  i18n (~> 1.7)
315
315
  nokogiri (~> 1.10)
316
- octicons_helper (~> 8.2)
317
316
  redcarpet (~> 3.4)
318
317
  rouge (~> 2.0.7)
319
318
  nio4r (2.5.4)
320
- nokogiri (1.10.10)
321
- mini_portile2 (~> 2.4.0)
319
+ nokogiri (1.11.1)
320
+ mini_portile2 (~> 2.5.0)
321
+ racc (~> 1.4)
322
322
  notiffany (0.1.3)
323
323
  nenv (~> 0.1)
324
324
  shellany (~> 0.0)
@@ -330,28 +330,22 @@ GEM
330
330
  hash-deep-merge
331
331
  mustermann-contrib (~> 1.1.1)
332
332
  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)
333
+ octokit (4.20.0)
339
334
  faraday (>= 0.9)
340
335
  sawyer (~> 0.8.0, >= 0.5.3)
341
- oj (3.10.15)
336
+ oj (3.10.18)
342
337
  orm_adapter (0.5.0)
343
338
  parallel (1.20.1)
344
- parser (2.7.2.0)
339
+ parser (3.0.0.0)
345
340
  ast (~> 2.4.1)
346
341
  pg (1.2.3)
347
- polyamorous (2.3.2)
348
- activerecord (>= 5.2.1)
349
342
  pry (0.13.1)
350
343
  coderay (~> 1.1)
351
344
  method_source (~> 1.0)
352
345
  public_suffix (4.0.6)
353
346
  puma (5.1.1)
354
347
  nio4r (~> 2.0)
348
+ racc (1.5.2)
355
349
  rack (2.2.3)
356
350
  rack-protection (2.1.0)
357
351
  rack
@@ -359,45 +353,44 @@ GEM
359
353
  rack
360
354
  rack-test (1.1.0)
361
355
  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)
356
+ rails (6.1.1)
357
+ actioncable (= 6.1.1)
358
+ actionmailbox (= 6.1.1)
359
+ actionmailer (= 6.1.1)
360
+ actionpack (= 6.1.1)
361
+ actiontext (= 6.1.1)
362
+ actionview (= 6.1.1)
363
+ activejob (= 6.1.1)
364
+ activemodel (= 6.1.1)
365
+ activerecord (= 6.1.1)
366
+ activestorage (= 6.1.1)
367
+ activesupport (= 6.1.1)
368
+ bundler (>= 1.15.0)
369
+ railties (= 6.1.1)
376
370
  sprockets-rails (>= 2.0.0)
377
371
  rails-dom-testing (2.0.3)
378
372
  activesupport (>= 4.2.0)
379
373
  nokogiri (>= 1.6)
380
374
  rails-html-sanitizer (1.3.0)
381
375
  loofah (~> 2.3)
382
- railties (6.0.3.4)
383
- actionpack (= 6.0.3.4)
384
- activesupport (= 6.0.3.4)
376
+ railties (6.1.1)
377
+ actionpack (= 6.1.1)
378
+ activesupport (= 6.1.1)
385
379
  method_source
386
380
  rake (>= 0.8.7)
387
- thor (>= 0.20.3, < 2.0)
381
+ thor (~> 1.0)
388
382
  rainbow (3.0.0)
389
- rake (13.0.1)
390
- ransack (2.3.2)
391
- activerecord (>= 5.2.1)
392
- activesupport (>= 5.2.1)
383
+ rake (13.0.3)
384
+ ransack (2.4.1)
385
+ activerecord (>= 5.2.4)
386
+ activesupport (>= 5.2.4)
393
387
  i18n
394
- polyamorous (= 2.3.2)
395
388
  rb-fsevent (0.10.4)
396
389
  rb-inotify (0.10.1)
397
390
  ffi (~> 1.0)
398
391
  recaptcha (5.6.0)
399
392
  json
400
- redcarpet (3.4.0)
393
+ redcarpet (3.5.1)
401
394
  redis (4.2.5)
402
395
  regexp_parser (1.8.2)
403
396
  request_store (1.5.0)
@@ -418,41 +411,41 @@ GEM
418
411
  rspec-mocks (~> 3.10.0)
419
412
  rspec-collection_matchers (1.2.0)
420
413
  rspec-expectations (>= 2.99.0.beta1)
421
- rspec-core (3.10.0)
414
+ rspec-core (3.10.1)
422
415
  rspec-support (~> 3.10.0)
423
- rspec-expectations (3.10.0)
416
+ rspec-expectations (3.10.1)
424
417
  diff-lcs (>= 1.2.0, < 2.0)
425
418
  rspec-support (~> 3.10.0)
426
- rspec-mocks (3.10.0)
419
+ rspec-mocks (3.10.1)
427
420
  diff-lcs (>= 1.2.0, < 2.0)
428
421
  rspec-support (~> 3.10.0)
429
- rspec-rails (4.0.1)
422
+ rspec-rails (4.0.2)
430
423
  actionpack (>= 4.2)
431
424
  activesupport (>= 4.2)
432
425
  railties (>= 4.2)
433
- rspec-core (~> 3.9)
434
- rspec-expectations (~> 3.9)
435
- rspec-mocks (~> 3.9)
436
- rspec-support (~> 3.9)
426
+ rspec-core (~> 3.10)
427
+ rspec-expectations (~> 3.10)
428
+ rspec-mocks (~> 3.10)
429
+ rspec-support (~> 3.10)
437
430
  rspec-snapshot (0.1.2)
438
431
  rspec (> 3.0.0)
439
- rspec-support (3.10.0)
440
- rubocop (1.6.1)
432
+ rspec-support (3.10.1)
433
+ rubocop (1.8.1)
441
434
  parallel (~> 1.10)
442
- parser (>= 2.7.1.5)
435
+ parser (>= 3.0.0.0)
443
436
  rainbow (>= 2.2.2, < 4.0)
444
437
  regexp_parser (>= 1.8, < 3.0)
445
438
  rexml
446
439
  rubocop-ast (>= 1.2.0, < 2.0)
447
440
  ruby-progressbar (~> 1.7)
448
- unicode-display_width (>= 1.4.0, < 2.0)
449
- rubocop-ast (1.3.0)
441
+ unicode-display_width (>= 1.4.0, < 3.0)
442
+ rubocop-ast (1.4.0)
450
443
  parser (>= 2.7.1.5)
451
- rubocop-rails (2.9.0)
444
+ rubocop-rails (2.9.1)
452
445
  activesupport (>= 4.2.0)
453
446
  rack (>= 1.1)
454
447
  rubocop (>= 0.90.0, < 2.0)
455
- ruby-progressbar (1.10.1)
448
+ ruby-progressbar (1.11.0)
456
449
  ruby2_keywords (0.0.2)
457
450
  sass (3.7.4)
458
451
  sass-listen (~> 4.0.0)
@@ -470,12 +463,12 @@ GEM
470
463
  sawyer (0.8.2)
471
464
  addressable (>= 2.3.5)
472
465
  faraday (> 0.8, < 2.0)
473
- semantic_range (2.3.0)
466
+ semantic_range (2.3.1)
474
467
  shellany (0.0.1)
475
468
  shotgun (0.9.2)
476
469
  rack (>= 1.0)
477
470
  simple-random (1.0.3)
478
- simplecov (0.20.0)
471
+ simplecov (0.21.2)
479
472
  docile (~> 1.1)
480
473
  simplecov-html (~> 0.11)
481
474
  simplecov_json_formatter (~> 0.1)
@@ -505,20 +498,17 @@ GEM
505
498
  actionpack (>= 4.0)
506
499
  activesupport (>= 4.0)
507
500
  sprockets (>= 3.0.0)
508
- statsd-ruby (1.4.0)
501
+ statsd-ruby (1.5.0)
509
502
  terminal-table (2.0.0)
510
503
  unicode-display_width (~> 1.1, >= 1.1.1)
511
504
  thor (1.0.1)
512
- thread_safe (0.3.6)
513
505
  tilt (2.0.10)
514
506
  titleize (1.4.1)
515
507
  truncato (0.7.11)
516
508
  htmlentities (~> 4.3.1)
517
509
  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)
510
+ tzinfo (2.0.4)
511
+ concurrent-ruby (~> 1.0)
522
512
  unf (0.1.4)
523
513
  unf_ext
524
514
  unf_ext (0.0.7.7)
@@ -531,7 +521,7 @@ GEM
531
521
  activemodel (>= 6.0.0)
532
522
  bindex (>= 0.4.0)
533
523
  railties (>= 6.0.0)
534
- webmock (3.10.0)
524
+ webmock (3.11.1)
535
525
  addressable (>= 2.3.6)
536
526
  crack (>= 0.3.2)
537
527
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -553,10 +543,9 @@ PLATFORMS
553
543
 
554
544
  DEPENDENCIES
555
545
  actionpack-page_caching!
556
- activeadmin (~> 2.8)
546
+ activeadmin (~> 2.9)
557
547
  algoliasearch
558
548
  apparition
559
- autoprefixer-rails
560
549
  awesome_print
561
550
  barnes
562
551
  better_errors
@@ -565,8 +554,6 @@ DEPENDENCIES
565
554
  bugsnag
566
555
  byebug
567
556
  capybara
568
- chartkick (= 3.4.2)
569
- clipboard-rails
570
557
  coffee-rails (~> 5.0)
571
558
  colorize
572
559
  countries
@@ -578,7 +565,6 @@ DEPENDENCIES
578
565
  faker (= 2.15.1)
579
566
  ffi (>= 1.9.24)
580
567
  geocoder
581
- gmaps4rails
582
568
  gravatar_image_tag (= 1.2.0)
583
569
  greenhouse_io
584
570
  groupdate (= 5.2.1)
@@ -586,20 +572,19 @@ DEPENDENCIES
586
572
  guard-rspec
587
573
  icalendar
588
574
  jbuilder (~> 2.10.1)
589
- jquery-rails
590
- listen (~> 3.3)
575
+ listen (~> 3.4)
591
576
  lograge
592
577
  neatjson
593
578
  newrelic_rpm
594
- nexmo-oas-renderer (~> 2.4.1)
595
- nexmo_markdown_renderer (~> 0.7.3)
596
- nokogiri (~> 1.10.9)
579
+ nexmo-oas-renderer (~> 2.6)
580
+ nexmo_markdown_renderer (~> 0.8)
581
+ nokogiri (~> 1.11.1)
597
582
  octokit
598
583
  pg (~> 1.2)
599
584
  pry
600
585
  puma (~> 5.1)
601
586
  rack (>= 2.0.6)
602
- rails (~> 6.0.3)
587
+ rails (~> 6.1.1)
603
588
  rawler!
604
589
  recaptcha
605
590
  redis
@@ -607,7 +592,7 @@ DEPENDENCIES
607
592
  rspec-collection_matchers
608
593
  rspec-rails (~> 4.0)
609
594
  rspec-snapshot (~> 0.1.2)
610
- rubocop (~> 1.6.1)
595
+ rubocop (~> 1.8.1)
611
596
  rubocop-rails (~> 2.9)
612
597
  ruby-progressbar
613
598
  sassc-rails (~> 2.1)
@@ -619,7 +604,6 @@ DEPENDENCIES
619
604
  titleize
620
605
  truncato
621
606
  tzinfo-data
622
- uglifier (>= 4.1.20)
623
607
  web-console (>= 3.3.0)
624
608
  webmock
625
609
  webpacker