station 0.0.109 → 0.0.114

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile +9 -7
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +2 -2
  5. data/docs/How-To-Use.md +2 -0
  6. data/lib/nexmo_developer/.nvmrc +1 -1
  7. data/lib/nexmo_developer/.ruby-version +1 -1
  8. data/lib/nexmo_developer/Gemfile +17 -28
  9. data/lib/nexmo_developer/Gemfile.lock +107 -119
  10. data/lib/nexmo_developer/Runbook.md +4 -4
  11. data/lib/nexmo_developer/app/assets/config/manifest.js +1 -4
  12. data/lib/nexmo_developer/app/assets/javascripts/application.js +2 -7
  13. data/lib/nexmo_developer/app/assets/stylesheets/application.css +1 -1
  14. data/lib/nexmo_developer/app/controllers/dashboard_controller.rb +0 -5
  15. data/lib/nexmo_developer/app/controllers/jobs_controller.rb +7 -7
  16. data/lib/nexmo_developer/app/controllers/static_controller.rb +5 -14
  17. data/lib/nexmo_developer/app/models/feedback/feedback.rb +2 -0
  18. data/lib/nexmo_developer/app/presenters/head.rb +5 -1
  19. data/lib/nexmo_developer/app/presenters/improve_page_presenter.rb +10 -7
  20. data/lib/nexmo_developer/app/services/orbit_feedback_notifier.rb +53 -0
  21. data/lib/nexmo_developer/app/services/translator/files_list_coordinator.rb +1 -1
  22. data/lib/nexmo_developer/app/services/translator/smartling/api/download_file.rb +6 -1
  23. data/lib/nexmo_developer/app/services/translator/smartling/api/file_status.rb +7 -1
  24. data/lib/nexmo_developer/app/services/translator/utils.rb +1 -1
  25. data/lib/nexmo_developer/app/views/contribute/guides/landing-pages.md +0 -10
  26. data/lib/nexmo_developer/app/views/contribute/guides/markdown-guide.md +36 -40
  27. data/lib/nexmo_developer/app/views/contribute/guides/platform.md +0 -1
  28. data/lib/nexmo_developer/app/views/dashboard/stats.html.erb +2 -2
  29. data/lib/nexmo_developer/app/views/layouts/partials/_head.html.erb +0 -5
  30. data/lib/nexmo_developer/app/views/static/default_landing/partials/_join_slack.html.erb +1 -1
  31. data/lib/nexmo_developer/app/views/static/{robots.txt.erb → robots.text.erb} +0 -0
  32. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Black.woff +0 -0
  33. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Black.woff2 +0 -0
  34. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Regular.woff +0 -0
  35. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Regular.woff2 +0 -0
  36. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Semibold.woff +0 -0
  37. data/lib/nexmo_developer/app/webpacker/fonts/Lato-Semibold.woff2 +0 -0
  38. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.eot +0 -0
  39. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.json +1257 -0
  40. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.svg +55 -0
  41. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.ttf +0 -0
  42. data/lib/nexmo_developer/app/webpacker/fonts/icomoon.woff +0 -0
  43. data/lib/nexmo_developer/app/{assets → webpacker}/images/.keep +0 -0
  44. data/lib/nexmo_developer/app/{assets → webpacker}/images/logo@3x.png +0 -0
  45. data/lib/nexmo_developer/app/{assets → webpacker}/images/logo_vonage.png +0 -0
  46. data/lib/nexmo_developer/app/{assets → webpacker}/images/nexmo-developer-logo.svg +0 -0
  47. data/lib/nexmo_developer/app/{assets → webpacker}/images/nexmo-logo-collapsed.svg +0 -0
  48. data/lib/nexmo_developer/app/{assets → webpacker}/images/nexmo-vonage-white.svg +0 -0
  49. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/chatapp.jpg +0 -0
  50. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/chatapp_small.png +0 -0
  51. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/nexmo.jpg +0 -0
  52. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/numberinsight.jpg +0 -0
  53. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/numberinsight_small.png +0 -0
  54. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/sms.jpg +0 -0
  55. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/sms_small.png +0 -0
  56. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/verify.jpg +0 -0
  57. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/verify_small.png +0 -0
  58. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/voice.jpg +0 -0
  59. data/lib/nexmo_developer/app/{assets → webpacker}/images/posters/voice_small.png +0 -0
  60. data/lib/nexmo_developer/app/{assets → webpacker}/images/select-dropdown.png +0 -0
  61. data/lib/nexmo_developer/app/{assets → webpacker}/images/slack.svg +0 -0
  62. data/lib/nexmo_developer/app/{assets → webpacker}/images/themes/ea/topography.png +0 -0
  63. data/lib/nexmo_developer/app/webpacker/javascript/code_snippet_events/index.js +23 -85
  64. data/lib/nexmo_developer/app/webpacker/javascript/volta/volta.js +5 -1
  65. data/lib/nexmo_developer/app/webpacker/packs/active_admin.js +5 -0
  66. data/lib/nexmo_developer/app/webpacker/packs/active_admin/print.scss +2 -0
  67. data/lib/nexmo_developer/app/webpacker/packs/application.js +12 -3
  68. data/lib/nexmo_developer/app/{assets → webpacker}/stylesheets/active_admin.scss +4 -4
  69. data/lib/nexmo_developer/app/webpacker/stylesheets/application.scss +0 -1
  70. data/lib/nexmo_developer/config/environments/development.rb +1 -1
  71. data/lib/nexmo_developer/config/initializers/active_admin.rb +3 -0
  72. data/lib/nexmo_developer/config/routes.rb +0 -2
  73. data/lib/nexmo_developer/config/webpack/environment.js +10 -0
  74. data/lib/nexmo_developer/config/webpack/plugins/jquery.js +7 -0
  75. data/lib/nexmo_developer/lib/tasks/cache.rake +1 -1
  76. data/lib/nexmo_developer/lib/tasks/careers.rake +1 -1
  77. data/lib/nexmo_developer/lib/tasks/ci.rake +7 -7
  78. data/lib/nexmo_developer/lib/tasks/diff.rake +5 -5
  79. data/lib/nexmo_developer/lib/tasks/documentation.rake +1 -1
  80. data/lib/nexmo_developer/lib/tasks/generate_search_terms.rake +2 -2
  81. data/lib/nexmo_developer/lib/tasks/links.rake +6 -6
  82. data/lib/nexmo_developer/lib/tasks/smartling.rake +1 -1
  83. data/lib/nexmo_developer/nexmo_developer.rb +3 -4
  84. data/lib/nexmo_developer/version.rb +1 -1
  85. data/package.json +29 -23
  86. data/station.gemspec +10 -14
  87. data/yarn.lock +2013 -3375
  88. metadata +206 -232
  89. data/lib/nexmo_developer/.dockerignore +0 -1
  90. data/lib/nexmo_developer/Dockerfile +0 -28
  91. data/lib/nexmo_developer/app/assets/javascripts/active_admin.js.coffee +0 -1
  92. data/lib/nexmo_developer/app/assets/javascripts/stats.js +0 -14
  93. data/lib/nexmo_developer/app/assets/regex/matching_chars.rb +0 -1
  94. data/lib/nexmo_developer/app/assets/regex/sequence_diagram_regex.rb +0 -1
  95. data/lib/nexmo_developer/app/assets/regex/stats_regex.rb +0 -1
  96. data/lib/nexmo_developer/app/assets/regex/webfont_regex.rb +0 -1
  97. data/lib/nexmo_developer/app/screenshots/webhook-url-for-delivery-receipt.js +0 -44
  98. data/lib/nexmo_developer/app/screenshots/webhook-url-for-inbound-message.js +0 -44
  99. data/lib/nexmo_developer/app/views/static/default_landing/partials/_submit_your_idea_form.html.erb +0 -58
  100. data/lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js +0 -12
  101. data/lib/nexmo_developer/app/webpacker/stylesheets/objects/_building-block.scss +0 -32
  102. data/lib/nexmo_developer/docker-compose.yml +0 -43
  103. data/lib/nexmo_developer/lib/tasks/screenshots.rake +0 -11
  104. data/lib/nexmo_developer/vendor/assets/javascripts/jquery-scrolltofixed.js +0 -567
  105. data/lib/nexmo_developer/vendor/assets/javascripts/mermaid.js +0 -49
  106. data/lib/nexmo_developer/vendor/assets/javascripts/underscore.js +0 -5
  107. data/lib/nexmo_developer/vendor/assets/javascripts/volta/addons/jquery.tablesorter.js +0 -1031
  108. data/lib/nexmo_developer/vendor/assets/javascripts/volta/addons/prism.js +0 -22
  109. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/side-navigation/volta.menu.js +0 -377
  110. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.accordion.js +0 -249
  111. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.dropdown.js +0 -145
  112. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.flash.js +0 -175
  113. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.modal.js +0 -312
  114. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.tab.js +0 -203
  115. data/lib/nexmo_developer/vendor/assets/javascripts/volta/components/volta.tooltip.js +0 -71
  116. data/lib/nexmo_developer/vendor/assets/javascripts/volta/popper.min.js +0 -5
  117. data/lib/nexmo_developer/vendor/assets/javascripts/volta/svgxuse.min.js +0 -12
  118. data/lib/nexmo_developer/vendor/assets/javascripts/volta/tooltip.min.js +0 -5
  119. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.core.js +0 -238
  120. data/lib/nexmo_developer/vendor/assets/javascripts/volta/volta.js +0 -2141
  121. 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: 4e90793d85b217d96402d9968a4600bdfa06435554fff645fbead5d93987bd80
4
- data.tar.gz: f5c45a39a892979b78f91713e9bf3eb61ce225504aa1f93190878aa3390731cc
3
+ metadata.gz: ab8f827b68a4559bcdf5ad87de8c3f930f58f81fab6204271b5b6bd85708eada
4
+ data.tar.gz: 4b99e4e0a28185a498820137bdf056a1b992a3da25221616fa7d85d777dd7318
5
5
  SHA512:
6
- metadata.gz: d8fda1c55eb40594f9c5f64143468df890ab7c7d70294714e6d428ce4cd3dff49f77bb3f650f2a7fc7aa0377c126f9ae69f8849dd9e69b35078e8b6fcbeffd57
7
- data.tar.gz: a63d8bdec762da075d6720a9ef827db3d7eee587a85763de78f1fb1ab17aaf5eb72c82693a1fe5aeede5277bdb0ce2ce7e1e0802d4b3c610b704d798d201ef62
6
+ metadata.gz: 7b81a1a3d48bb36df4093ce7d381099bdba9c295c095bd729f486bd7cc9e6ef0cc00f421b33ca18829a46a3d509d8914de1fc19697491c4d1e003e9852f93382
7
+ data.tar.gz: d76a8a5d2b400900648dcd8480a51c61c90910e9287feb6049134ca87ca8d55280a656fa050e459364c3696f840e7b939ce9746cd1be4d0ed2c10d971c316eda
data/Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
- FROM ruby:2.7.2-alpine AS build-env
1
+ FROM ruby:3.0.0-alpine AS build-env
2
2
  ARG RAILS_ROOT=/station
3
- ARG BUILD_PACKAGES="build-base curl-dev git"
3
+ ARG BUILD_PACKAGES="build-base curl-dev git bash"
4
4
  ARG DEV_PACKAGES="postgresql-dev yaml-dev zlib-dev nodejs yarn"
5
5
  ARG RUBY_PACKAGES="tzdata"
6
6
  ENV RAILS_ENV=production
@@ -13,6 +13,7 @@ WORKDIR $RAILS_ROOT
13
13
  RUN apk update \
14
14
  && apk upgrade \
15
15
  && apk add --update --no-cache $BUILD_PACKAGES $DEV_PACKAGES $RUBY_PACKAGES
16
+
16
17
  COPY lib/nexmo_developer/Gemfile* package.json yarn.lock $RAILS_ROOT/
17
18
 
18
19
  # Upgrade Bundler to version 2
@@ -22,22 +23,23 @@ RUN bundle config --global frozen 1 \
22
23
 
23
24
  RUN bundle install --without development:test:assets -j4 --retry 3 --path=vendor/bundle \
24
25
  # Remove unneeded files (cached *.gem, *.o, *.c)
25
- && rm -rf vendor/bundle/ruby/2.7.0/cache/*.gem \
26
- && find vendor/bundle/ruby/2.7.0/gems/ -name "*.c" -delete \
27
- && find vendor/bundle/ruby/2.7.0/gems/ -name "*.o" -delete
26
+ && rm -rf vendor/bundle/ruby/3.0.0/cache/*.gem \
27
+ && find vendor/bundle/ruby/3.0.0/gems/ -name "*.c" -delete \
28
+ && find vendor/bundle/ruby/3.0.0/gems/ -name "*.o" -delete
28
29
 
29
30
  # Install node dependencies
30
31
  RUN yarn install --frozen-lockfile
31
32
 
32
33
  # Copy the app in to /station and compile assets
33
34
  COPY lib/nexmo_developer/ $RAILS_ROOT/
35
+
34
36
  RUN bundle exec rake assets:precompile
35
37
 
36
38
  ## Remove folders not needed in resulting image
37
39
  RUN rm -rf node_modules tmp/cache vendor/assets spec
38
40
 
39
41
  ################ Build step done ###############
40
- FROM ruby:2.7.2-alpine
42
+ FROM ruby:3.0.0-alpine
41
43
  ARG RAILS_ROOT=/station
42
44
 
43
45
  ENV RACK_ENV production
@@ -54,7 +56,7 @@ WORKDIR $RAILS_ROOT
54
56
  # Install packges needed at runtime
55
57
  RUN apk update \
56
58
  && apk upgrade \
57
- && apk add --update --no-cache tzdata postgresql-client nodejs
59
+ && apk add --update --no-cache tzdata postgresql-client nodejs bash
58
60
 
59
61
  # Upgrade Bundler to version 2
60
62
  RUN bundle config --global frozen 1 \
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
1
  source 'https://rubygems.org'
2
- ruby '2.7.2'
2
+ ruby '3.0.0'
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ PLATFORMS
8
8
  DEPENDENCIES
9
9
 
10
10
  RUBY VERSION
11
- ruby 2.7.2p137
11
+ ruby 3.0.0p0
12
12
 
13
13
  BUNDLED WITH
14
- 2.1.4
14
+ 2.2.3
data/docs/How-To-Use.md CHANGED
@@ -269,4 +269,6 @@ Any step can capture the user's email address so that you can get back to them a
269
269
 
270
270
  The feedback captured by the wizard is stored in the database at `[YOUR_SITE_URL]/admin/feedbacks`. The questions the user was asked and the responses they entered are also stored, so that the users' answers can be seen in the context of the questions you asked. So, if you change the wizard's configuration, the users' responses still make sense.
271
271
 
272
+ ### Integration with Orbit
272
273
 
274
+ Feedback can be sent to your organization's [Orbit](https://www.orbit.love) workspace by configuring two environment variables: `ORBIT_API_KEY` and `ORBIT_WORKSPACE_ID`. The feedback sentiment (e.g. negative, positive), documentation resource URI and visitor email address is sent to the Orbit workspace for any feedback left by a visitor that provides an email address.
@@ -1 +1 @@
1
- 12.7.0
1
+ 14.15.4
@@ -1 +1 @@
1
- 2.7.2
1
+ 3.0.0
@@ -1,5 +1,5 @@
1
1
  source 'https://rubygems.org'
2
- ruby '2.7.2'
2
+ ruby '3.0.0'
3
3
 
4
4
  git_source(:github) do |repo_name|
5
5
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
@@ -7,29 +7,21 @@ 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.1.1'
10
+ gem 'rails', '~> 6.1.3'
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
- 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'
16
+ gem 'puma', '~> 5.2'
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
- gem 'jbuilder', '~> 2.10.1'
24
+ gem 'jbuilder', '~> 2.11.2'
33
25
  # Use Redis adapter to run Action Cable in production
34
26
  # gem 'redis', '~> 3.0'
35
27
  # Use ActiveModel has_secure_password
@@ -37,9 +29,6 @@ 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
 
@@ -74,7 +63,7 @@ gem 'icalendar', require: false
74
63
  gem 'neatjson'
75
64
 
76
65
  # Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.
77
- gem 'faker', '2.15.1', require: false
66
+ gem 'faker', '2.16.0', require: false
78
67
 
79
68
  # factory_girl_rails provides integration between factory_girl and rails 3 or newer (currently just automatic factory definition loading)
80
69
  gem 'factory_bot_rails', '6.1.0', require: false
@@ -94,11 +83,8 @@ 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
- gem 'groupdate', '5.2.1'
87
+ gem 'groupdate', '5.2.2'
102
88
 
103
89
  # A configurable and documented Rails view helper for adding gravatars into your Rails application.
104
90
  gem 'gravatar_image_tag', '1.2.0'
@@ -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.8.1', require: false
99
+ gem 'rubocop', '~> 1.10.0', 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.5.0', require: false
115
+ gem 'nexmo-oas-renderer', '~> 2.6', require: false
133
116
 
134
- gem 'nexmo_markdown_renderer', '~> 0.7.6'
117
+ gem 'nexmo_markdown_renderer', '~> 0.9'
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,6 @@ 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.4'
170
159
  gem 'web-console', '>= 3.3.0'
171
160
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
172
161
  gem 'guard-livereload', '~> 2.5', require: false
@@ -15,40 +15,40 @@ GIT
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- actioncable (6.1.1)
19
- actionpack (= 6.1.1)
20
- activesupport (= 6.1.1)
18
+ actioncable (6.1.3)
19
+ actionpack (= 6.1.3)
20
+ activesupport (= 6.1.3)
21
21
  nio4r (~> 2.0)
22
22
  websocket-driver (>= 0.6.1)
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)
23
+ actionmailbox (6.1.3)
24
+ actionpack (= 6.1.3)
25
+ activejob (= 6.1.3)
26
+ activerecord (= 6.1.3)
27
+ activestorage (= 6.1.3)
28
+ activesupport (= 6.1.3)
29
29
  mail (>= 2.7.1)
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)
30
+ actionmailer (6.1.3)
31
+ actionpack (= 6.1.3)
32
+ actionview (= 6.1.3)
33
+ activejob (= 6.1.3)
34
+ activesupport (= 6.1.3)
35
35
  mail (~> 2.5, >= 2.5.4)
36
36
  rails-dom-testing (~> 2.0)
37
- actionpack (6.1.1)
38
- actionview (= 6.1.1)
39
- activesupport (= 6.1.1)
37
+ actionpack (6.1.3)
38
+ actionview (= 6.1.3)
39
+ activesupport (= 6.1.3)
40
40
  rack (~> 2.0, >= 2.0.9)
41
41
  rack-test (>= 0.6.3)
42
42
  rails-dom-testing (~> 2.0)
43
43
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
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)
44
+ actiontext (6.1.3)
45
+ actionpack (= 6.1.3)
46
+ activerecord (= 6.1.3)
47
+ activestorage (= 6.1.3)
48
+ activesupport (= 6.1.3)
49
49
  nokogiri (>= 1.8.5)
50
- actionview (6.1.1)
51
- activesupport (= 6.1.1)
50
+ actionview (6.1.3)
51
+ activesupport (= 6.1.3)
52
52
  builder (~> 3.1)
53
53
  erubi (~> 1.4)
54
54
  rails-dom-testing (~> 2.0)
@@ -62,22 +62,22 @@ GEM
62
62
  kaminari (~> 1.0, >= 1.2.1)
63
63
  railties (>= 5.2, < 6.2)
64
64
  ransack (~> 2.1, >= 2.1.1)
65
- activejob (6.1.1)
66
- activesupport (= 6.1.1)
65
+ activejob (6.1.3)
66
+ activesupport (= 6.1.3)
67
67
  globalid (>= 0.3.6)
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)
68
+ activemodel (6.1.3)
69
+ activesupport (= 6.1.3)
70
+ activerecord (6.1.3)
71
+ activemodel (= 6.1.3)
72
+ activesupport (= 6.1.3)
73
+ activestorage (6.1.3)
74
+ actionpack (= 6.1.3)
75
+ activejob (= 6.1.3)
76
+ activerecord (= 6.1.3)
77
+ activesupport (= 6.1.3)
78
78
  marcel (~> 0.3.1)
79
79
  mimemagic (~> 0.3.2)
80
- activesupport (6.1.1)
80
+ activesupport (6.1.3)
81
81
  concurrent-ruby (~> 1.0, >= 1.0.2)
82
82
  i18n (>= 1.6, < 2)
83
83
  minitest (>= 5.1)
@@ -94,9 +94,7 @@ GEM
94
94
  arbre (1.4.0)
95
95
  activesupport (>= 3.0.0, < 6.2)
96
96
  ruby2_keywords (>= 0.0.2, < 1.0)
97
- ast (2.4.1)
98
- autoprefixer-rails (10.2.0.0)
99
- execjs
97
+ ast (2.4.2)
100
98
  awesome_print (1.8.0)
101
99
  banzai (0.1.3)
102
100
  barnes (0.0.8)
@@ -110,22 +108,21 @@ GEM
110
108
  bindex (0.8.1)
111
109
  binding_of_caller (1.0.0)
112
110
  debug_inspector (>= 0.0.1)
113
- bootsnap (1.5.1)
111
+ bootsnap (1.7.2)
114
112
  msgpack (~> 1.0)
115
113
  bugsnag (6.19.0)
116
114
  concurrent-ruby (~> 1.0)
117
115
  builder (3.2.4)
118
116
  byebug (11.1.3)
119
- capybara (3.34.0)
117
+ capybara (3.35.3)
120
118
  addressable
121
119
  mini_mime (>= 0.1.3)
122
120
  nokogiri (~> 1.8)
123
121
  rack (>= 1.6.0)
124
122
  rack-test (>= 0.6.3)
125
- regexp_parser (~> 1.5)
123
+ regexp_parser (>= 1.5, < 3.0)
126
124
  xpath (~> 3.2)
127
125
  chartkick (3.4.2)
128
- clipboard-rails (1.7.1)
129
126
  coderay (1.1.3)
130
127
  coffee-rails (5.0.0)
131
128
  coffee-script (>= 2.2.0)
@@ -135,7 +132,7 @@ GEM
135
132
  execjs
136
133
  coffee-script-source (1.12.2)
137
134
  colorize (0.8.1)
138
- concurrent-ruby (1.1.7)
135
+ concurrent-ruby (1.1.8)
139
136
  countries (3.0.1)
140
137
  i18n_data (~> 0.10.0)
141
138
  sixarm_ruby_unaccent (~> 1.1)
@@ -156,7 +153,7 @@ GEM
156
153
  warden (~> 1.2.3)
157
154
  diff-lcs (1.4.4)
158
155
  diffy (3.4.0)
159
- docile (1.3.4)
156
+ docile (1.3.5)
160
157
  domain_name (0.5.20190701)
161
158
  unf (>= 0.0.5, < 1.0.0)
162
159
  dotenv (2.7.6)
@@ -174,26 +171,26 @@ GEM
174
171
  factory_bot_rails (6.1.0)
175
172
  factory_bot (~> 6.1.0)
176
173
  railties (>= 5.0.0)
177
- faker (2.15.1)
174
+ faker (2.16.0)
178
175
  i18n (>= 1.6, < 2)
179
176
  faraday (1.3.0)
180
177
  faraday-net_http (~> 1.0)
181
178
  multipart-post (>= 1.2, < 3)
182
179
  ruby2_keywords
183
- faraday-net_http (1.0.0)
180
+ faraday-net_http (1.0.1)
184
181
  ffi (1.14.2)
185
182
  formatador (0.2.5)
186
- formtastic (3.1.5)
187
- actionpack (>= 3.2.13)
183
+ formtastic (4.0.0)
184
+ actionpack (>= 5.2.0)
188
185
  formtastic_i18n (0.6.0)
189
- geocoder (1.6.4)
186
+ geocoder (1.6.5)
190
187
  globalid (0.4.2)
191
188
  activesupport (>= 4.2.0)
192
189
  gmaps4rails (2.1.2)
193
190
  gravatar_image_tag (1.2.0)
194
191
  greenhouse_io (2.5.0)
195
192
  httmultiparty (~> 0.3.16)
196
- groupdate (5.2.1)
193
+ groupdate (5.2.2)
197
194
  activesupport (>= 5)
198
195
  guard (2.16.2)
199
196
  formatador (>= 0.2.4)
@@ -215,9 +212,9 @@ GEM
215
212
  guard-compat (~> 1.1)
216
213
  rspec (>= 2.99.0, < 4.0)
217
214
  hansi (0.2.0)
218
- has_scope (0.7.2)
219
- actionpack (>= 4.1)
220
- activesupport (>= 4.1)
215
+ has_scope (0.8.0)
216
+ actionpack (>= 5.2)
217
+ activesupport (>= 5.2)
221
218
  hash-deep-merge (0.1.1)
222
219
  hashdiff (1.0.1)
223
220
  htmlentities (4.3.4)
@@ -233,7 +230,7 @@ GEM
233
230
  mime-types (~> 3.0)
234
231
  multi_xml (>= 0.5.2)
235
232
  httpclient (2.8.3)
236
- i18n (1.8.7)
233
+ i18n (1.8.9)
237
234
  concurrent-ruby (~> 1.0)
238
235
  i18n_data (0.10.0)
239
236
  icalendar (2.7.0)
@@ -244,7 +241,7 @@ GEM
244
241
  has_scope (~> 0.6)
245
242
  railties (>= 5.2, < 6.2)
246
243
  responders (>= 2, < 4)
247
- jbuilder (2.10.1)
244
+ jbuilder (2.11.2)
248
245
  activesupport (>= 5.0.0)
249
246
  jquery-rails (4.4.0)
250
247
  rails-dom-testing (>= 1, < 3)
@@ -282,12 +279,12 @@ GEM
282
279
  method_source (1.0.0)
283
280
  mime-types (3.3.1)
284
281
  mime-types-data (~> 3.2015)
285
- mime-types-data (3.2020.1104)
282
+ mime-types-data (3.2021.0212)
286
283
  mimemagic (0.3.5)
287
284
  mini_mime (1.0.2)
288
285
  mini_portile2 (2.5.0)
289
286
  minitest (5.14.3)
290
- msgpack (1.3.3)
287
+ msgpack (1.4.2)
291
288
  multi_json (1.15.0)
292
289
  multi_xml (0.6.0)
293
290
  multipart-post (2.1.1)
@@ -299,29 +296,28 @@ GEM
299
296
  neatjson (0.9)
300
297
  nenv (0.3.0)
301
298
  netrc (0.11.0)
302
- newrelic_rpm (6.14.0)
303
- nexmo-oas-renderer (2.5.0)
299
+ newrelic_rpm (6.15.0)
300
+ nexmo-oas-renderer (2.6.0)
304
301
  activemodel (~> 6.0)
305
302
  activesupport (~> 6.0)
306
303
  banzai (~> 0.1.2)
307
304
  dotenv (~> 2.7)
308
305
  neatjson (~> 0.8)
309
- nexmo_markdown_renderer (~> 0.3)
306
+ nexmo_markdown_renderer (~> 0.8)
310
307
  oas_parser (~> 0.25.1)
311
- octicons_helper (~> 8.2)
312
308
  redcarpet (= 3.5.1)
313
309
  sass (~> 3.1)
314
310
  shotgun (~> 0.9)
315
311
  sinatra (~> 2.0)
316
- nexmo_markdown_renderer (0.7.6)
312
+ nexmo_markdown_renderer (0.9.0)
313
+ actionview (~> 6.0)
317
314
  activemodel (~> 6.0)
318
315
  banzai (~> 0.1.2)
319
316
  i18n (~> 1.7)
320
317
  nokogiri (~> 1.10)
321
- octicons_helper (~> 8.2)
322
318
  redcarpet (~> 3.4)
323
319
  rouge (~> 2.0.7)
324
- nio4r (2.5.4)
320
+ nio4r (2.5.5)
325
321
  nokogiri (1.11.1)
326
322
  mini_portile2 (~> 2.5.0)
327
323
  racc (~> 1.4)
@@ -336,25 +332,20 @@ GEM
336
332
  hash-deep-merge
337
333
  mustermann-contrib (~> 1.1.1)
338
334
  nokogiri
339
- octicons (8.5.0)
340
- nokogiri (>= 1.6.3.1)
341
- octicons_helper (8.5.0)
342
- octicons (= 8.5.0)
343
- rails
344
335
  octokit (4.20.0)
345
336
  faraday (>= 0.9)
346
337
  sawyer (~> 0.8.0, >= 0.5.3)
347
- oj (3.10.18)
338
+ oj (3.11.2)
348
339
  orm_adapter (0.5.0)
349
340
  parallel (1.20.1)
350
341
  parser (3.0.0.0)
351
342
  ast (~> 2.4.1)
352
343
  pg (1.2.3)
353
- pry (0.13.1)
344
+ pry (0.14.0)
354
345
  coderay (~> 1.1)
355
346
  method_source (~> 1.0)
356
347
  public_suffix (4.0.6)
357
- puma (5.1.1)
348
+ puma (5.2.1)
358
349
  nio4r (~> 2.0)
359
350
  racc (1.5.2)
360
351
  rack (2.2.3)
@@ -364,46 +355,46 @@ GEM
364
355
  rack
365
356
  rack-test (1.1.0)
366
357
  rack (>= 1.0, < 3)
367
- rails (6.1.1)
368
- actioncable (= 6.1.1)
369
- actionmailbox (= 6.1.1)
370
- actionmailer (= 6.1.1)
371
- actionpack (= 6.1.1)
372
- actiontext (= 6.1.1)
373
- actionview (= 6.1.1)
374
- activejob (= 6.1.1)
375
- activemodel (= 6.1.1)
376
- activerecord (= 6.1.1)
377
- activestorage (= 6.1.1)
378
- activesupport (= 6.1.1)
358
+ rails (6.1.3)
359
+ actioncable (= 6.1.3)
360
+ actionmailbox (= 6.1.3)
361
+ actionmailer (= 6.1.3)
362
+ actionpack (= 6.1.3)
363
+ actiontext (= 6.1.3)
364
+ actionview (= 6.1.3)
365
+ activejob (= 6.1.3)
366
+ activemodel (= 6.1.3)
367
+ activerecord (= 6.1.3)
368
+ activestorage (= 6.1.3)
369
+ activesupport (= 6.1.3)
379
370
  bundler (>= 1.15.0)
380
- railties (= 6.1.1)
371
+ railties (= 6.1.3)
381
372
  sprockets-rails (>= 2.0.0)
382
373
  rails-dom-testing (2.0.3)
383
374
  activesupport (>= 4.2.0)
384
375
  nokogiri (>= 1.6)
385
376
  rails-html-sanitizer (1.3.0)
386
377
  loofah (~> 2.3)
387
- railties (6.1.1)
388
- actionpack (= 6.1.1)
389
- activesupport (= 6.1.1)
378
+ railties (6.1.3)
379
+ actionpack (= 6.1.3)
380
+ activesupport (= 6.1.3)
390
381
  method_source
391
382
  rake (>= 0.8.7)
392
383
  thor (~> 1.0)
393
384
  rainbow (3.0.0)
394
385
  rake (13.0.3)
395
- ransack (2.4.1)
386
+ ransack (2.4.2)
396
387
  activerecord (>= 5.2.4)
397
388
  activesupport (>= 5.2.4)
398
389
  i18n
399
390
  rb-fsevent (0.10.4)
400
391
  rb-inotify (0.10.1)
401
392
  ffi (~> 1.0)
402
- recaptcha (5.6.0)
393
+ recaptcha (5.7.0)
403
394
  json
404
395
  redcarpet (3.5.1)
405
396
  redis (4.2.5)
406
- regexp_parser (1.8.2)
397
+ regexp_parser (2.0.3)
407
398
  request_store (1.5.0)
408
399
  rack (>= 1.4)
409
400
  responders (3.0.1)
@@ -427,7 +418,7 @@ GEM
427
418
  rspec-expectations (3.10.1)
428
419
  diff-lcs (>= 1.2.0, < 2.0)
429
420
  rspec-support (~> 3.10.0)
430
- rspec-mocks (3.10.1)
421
+ rspec-mocks (3.10.2)
431
422
  diff-lcs (>= 1.2.0, < 2.0)
432
423
  rspec-support (~> 3.10.0)
433
424
  rspec-rails (4.0.2)
@@ -440,8 +431,8 @@ GEM
440
431
  rspec-support (~> 3.10)
441
432
  rspec-snapshot (0.1.2)
442
433
  rspec (> 3.0.0)
443
- rspec-support (3.10.1)
444
- rubocop (1.8.1)
434
+ rspec-support (3.10.2)
435
+ rubocop (1.10.0)
445
436
  parallel (~> 1.10)
446
437
  parser (>= 3.0.0.0)
447
438
  rainbow (>= 2.2.2, < 4.0)
@@ -450,14 +441,14 @@ GEM
450
441
  rubocop-ast (>= 1.2.0, < 2.0)
451
442
  ruby-progressbar (~> 1.7)
452
443
  unicode-display_width (>= 1.4.0, < 3.0)
453
- rubocop-ast (1.4.0)
444
+ rubocop-ast (1.4.1)
454
445
  parser (>= 2.7.1.5)
455
446
  rubocop-rails (2.9.1)
456
447
  activesupport (>= 4.2.0)
457
448
  rack (>= 1.1)
458
449
  rubocop (>= 0.90.0, < 2.0)
459
450
  ruby-progressbar (1.11.0)
460
- ruby2_keywords (0.0.2)
451
+ ruby2_keywords (0.0.4)
461
452
  sass (3.7.4)
462
453
  sass-listen (~> 4.0.0)
463
454
  sass-listen (4.0.0)
@@ -510,9 +501,9 @@ GEM
510
501
  activesupport (>= 4.0)
511
502
  sprockets (>= 3.0.0)
512
503
  statsd-ruby (1.5.0)
513
- terminal-table (2.0.0)
504
+ terminal-table (3.0.0)
514
505
  unicode-display_width (~> 1.1, >= 1.1.1)
515
- thor (1.0.1)
506
+ thor (1.1.0)
516
507
  tilt (2.0.10)
517
508
  titleize (1.4.1)
518
509
  truncato (0.7.11)
@@ -520,8 +511,6 @@ GEM
520
511
  nokogiri (>= 1.7.0, <= 2.0)
521
512
  tzinfo (2.0.4)
522
513
  concurrent-ruby (~> 1.0)
523
- uglifier (4.2.0)
524
- execjs (>= 0.3.0, < 3)
525
514
  unf (0.1.4)
526
515
  unf_ext
527
516
  unf_ext (0.0.7.7)
@@ -534,7 +523,7 @@ GEM
534
523
  activemodel (>= 6.0.0)
535
524
  bindex (>= 0.4.0)
536
525
  railties (>= 6.0.0)
537
- webmock (3.11.1)
526
+ webmock (3.11.3)
538
527
  addressable (>= 2.3.6)
539
528
  crack (>= 0.3.2)
540
529
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -552,14 +541,17 @@ GEM
552
541
  zeitwerk (2.4.2)
553
542
 
554
543
  PLATFORMS
544
+ java
555
545
  ruby
546
+ x64-mingw32
547
+ x86-mingw32
548
+ x86-mswin32
556
549
 
557
550
  DEPENDENCIES
558
551
  actionpack-page_caching!
559
552
  activeadmin (~> 2.9)
560
553
  algoliasearch
561
554
  apparition
562
- autoprefixer-rails
563
555
  awesome_print
564
556
  barnes
565
557
  better_errors
@@ -569,7 +561,6 @@ DEPENDENCIES
569
561
  byebug
570
562
  capybara
571
563
  chartkick (= 3.4.2)
572
- clipboard-rails
573
564
  coffee-rails (~> 5.0)
574
565
  colorize
575
566
  countries
@@ -578,31 +569,29 @@ DEPENDENCIES
578
569
  diffy
579
570
  dotenv-rails
580
571
  factory_bot_rails (= 6.1.0)
581
- faker (= 2.15.1)
572
+ faker (= 2.16.0)
582
573
  ffi (>= 1.9.24)
583
574
  geocoder
584
- gmaps4rails
575
+ gmaps4rails (= 2.1.2)
585
576
  gravatar_image_tag (= 1.2.0)
586
577
  greenhouse_io
587
- groupdate (= 5.2.1)
578
+ groupdate (= 5.2.2)
588
579
  guard-livereload (~> 2.5)
589
580
  guard-rspec
590
581
  icalendar
591
- jbuilder (~> 2.10.1)
592
- jquery-rails
593
- listen (~> 3.4)
582
+ jbuilder (~> 2.11.2)
594
583
  lograge
595
584
  neatjson
596
585
  newrelic_rpm
597
- nexmo-oas-renderer (~> 2.5.0)
598
- nexmo_markdown_renderer (~> 0.7.6)
586
+ nexmo-oas-renderer (~> 2.6)
587
+ nexmo_markdown_renderer (~> 0.9)
599
588
  nokogiri (~> 1.11.1)
600
589
  octokit
601
590
  pg (~> 1.2)
602
591
  pry
603
- puma (~> 5.1)
592
+ puma (~> 5.2)
604
593
  rack (>= 2.0.6)
605
- rails (~> 6.1.1)
594
+ rails (~> 6.1.3)
606
595
  rawler!
607
596
  recaptcha
608
597
  redis
@@ -610,7 +599,7 @@ DEPENDENCIES
610
599
  rspec-collection_matchers
611
600
  rspec-rails (~> 4.0)
612
601
  rspec-snapshot (~> 0.1.2)
613
- rubocop (~> 1.8.1)
602
+ rubocop (~> 1.10.0)
614
603
  rubocop-rails (~> 2.9)
615
604
  ruby-progressbar
616
605
  sassc-rails (~> 2.1)
@@ -622,14 +611,13 @@ DEPENDENCIES
622
611
  titleize
623
612
  truncato
624
613
  tzinfo-data
625
- uglifier (>= 4.1.20)
626
614
  web-console (>= 3.3.0)
627
615
  webmock
628
616
  webpacker
629
617
  woothee
630
618
 
631
619
  RUBY VERSION
632
- ruby 2.7.2p137
620
+ ruby 3.0.0p0
633
621
 
634
622
  BUNDLED WITH
635
- 2.1.4
623
+ 2.2.3