my_api_client 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +73 -45
- data/.rubocop_challenge.yml +0 -4
- data/.rubocop_todo.yml +1 -1
- data/CHANGELOG.md +27 -0
- data/Gemfile.lock +35 -33
- data/README.jp.md +2 -2
- data/gemfiles/rails_6.1.gemfile +15 -0
- data/lib/my_api_client/base.rb +2 -9
- data/lib/my_api_client/version.rb +1 -1
- data/my_api/Gemfile.lock +36 -34
- data/my_api/app/controllers/pagination_controller.rb +1 -1
- data/my_api_client.gemspec +1 -1
- data/rails_app/rails_5.2/Gemfile.lock +12 -9
- data/rails_app/rails_5.2/config/environments/production.rb +1 -1
- data/rails_app/rails_6.0/Gemfile.lock +12 -8
- data/rails_app/rails_6.0/config/environments/production.rb +1 -1
- data/rails_app/rails_6.1/.gitattributes +8 -0
- data/rails_app/rails_6.1/.gitignore +28 -0
- data/rails_app/rails_6.1/.rspec +3 -0
- data/rails_app/rails_6.1/Gemfile +17 -0
- data/rails_app/rails_6.1/Gemfile.lock +197 -0
- data/rails_app/rails_6.1/README.md +24 -0
- data/rails_app/rails_6.1/Rakefile +6 -0
- data/rails_app/rails_6.1/app/controllers/application_controller.rb +4 -0
- data/rails_app/rails_6.1/app/controllers/concerns/.keep +0 -0
- data/rails_app/rails_6.1/app/javascript/.keep +0 -0
- data/rails_app/rails_6.1/app/models/application_record.rb +5 -0
- data/rails_app/rails_6.1/app/models/concerns/.keep +0 -0
- data/rails_app/rails_6.1/bin/bundle +114 -0
- data/rails_app/rails_6.1/bin/rails +4 -0
- data/rails_app/rails_6.1/bin/rake +4 -0
- data/rails_app/rails_6.1/bin/setup +33 -0
- data/rails_app/rails_6.1/config.ru +6 -0
- data/rails_app/rails_6.1/config/application.rb +42 -0
- data/rails_app/rails_6.1/config/boot.rb +5 -0
- data/rails_app/rails_6.1/config/credentials.yml.enc +1 -0
- data/rails_app/rails_6.1/config/database.yml +25 -0
- data/rails_app/rails_6.1/config/environment.rb +7 -0
- data/rails_app/rails_6.1/config/environments/development.rb +59 -0
- data/rails_app/rails_6.1/config/environments/production.rb +97 -0
- data/rails_app/rails_6.1/config/environments/test.rb +51 -0
- data/rails_app/rails_6.1/config/initializers/application_controller_renderer.rb +9 -0
- data/rails_app/rails_6.1/config/initializers/backtrace_silencers.rb +10 -0
- data/rails_app/rails_6.1/config/initializers/cors.rb +17 -0
- data/rails_app/rails_6.1/config/initializers/filter_parameter_logging.rb +8 -0
- data/rails_app/rails_6.1/config/initializers/inflections.rb +17 -0
- data/rails_app/rails_6.1/config/initializers/mime_types.rb +5 -0
- data/rails_app/rails_6.1/config/initializers/wrap_parameters.rb +16 -0
- data/rails_app/rails_6.1/config/locales/en.yml +33 -0
- data/rails_app/rails_6.1/config/routes.rb +5 -0
- data/rails_app/rails_6.1/db/seeds.rb +8 -0
- data/rails_app/rails_6.1/lib/tasks/.keep +0 -0
- data/rails_app/rails_6.1/public/robots.txt +1 -0
- data/rails_app/rails_6.1/spec/rails_helper.rb +14 -0
- data/rails_app/rails_6.1/spec/spec_helper.rb +13 -0
- data/rails_app/rails_6.1/tmp/.keep +0 -0
- data/rails_app/rails_6.1/tmp/pids/.keep +0 -0
- data/rails_app/rails_6.1/vendor/.keep +0 -0
- metadata +48 -5
data/my_api/Gemfile.lock
CHANGED
@@ -45,45 +45,45 @@ GEM
|
|
45
45
|
rainbow
|
46
46
|
thor
|
47
47
|
zeitwerk
|
48
|
-
aws-partitions (1.
|
49
|
-
aws-sdk-apigateway (1.
|
50
|
-
aws-sdk-core (~> 3, >= 3.
|
48
|
+
aws-partitions (1.402.0)
|
49
|
+
aws-sdk-apigateway (1.56.0)
|
50
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
51
51
|
aws-sigv4 (~> 1.1)
|
52
|
-
aws-sdk-cloudformation (1.
|
53
|
-
aws-sdk-core (~> 3, >= 3.
|
52
|
+
aws-sdk-cloudformation (1.46.0)
|
53
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
54
54
|
aws-sigv4 (~> 1.1)
|
55
|
-
aws-sdk-cloudwatchlogs (1.
|
56
|
-
aws-sdk-core (~> 3, >= 3.
|
55
|
+
aws-sdk-cloudwatchlogs (1.38.0)
|
56
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
57
57
|
aws-sigv4 (~> 1.1)
|
58
|
-
aws-sdk-core (3.
|
58
|
+
aws-sdk-core (3.109.3)
|
59
59
|
aws-eventstream (~> 1, >= 1.0.2)
|
60
60
|
aws-partitions (~> 1, >= 1.239.0)
|
61
61
|
aws-sigv4 (~> 1.1)
|
62
62
|
jmespath (~> 1.0)
|
63
|
-
aws-sdk-dynamodb (1.
|
64
|
-
aws-sdk-core (~> 3, >= 3.
|
63
|
+
aws-sdk-dynamodb (1.58.0)
|
64
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
65
65
|
aws-sigv4 (~> 1.1)
|
66
|
-
aws-sdk-kinesis (1.
|
67
|
-
aws-sdk-core (~> 3, >= 3.
|
66
|
+
aws-sdk-kinesis (1.30.0)
|
67
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
68
68
|
aws-sigv4 (~> 1.1)
|
69
|
-
aws-sdk-kms (1.
|
70
|
-
aws-sdk-core (~> 3, >= 3.
|
69
|
+
aws-sdk-kms (1.39.0)
|
70
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
71
71
|
aws-sigv4 (~> 1.1)
|
72
|
-
aws-sdk-lambda (1.
|
73
|
-
aws-sdk-core (~> 3, >= 3.
|
72
|
+
aws-sdk-lambda (1.55.0)
|
73
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
74
74
|
aws-sigv4 (~> 1.1)
|
75
|
-
aws-sdk-s3 (1.
|
76
|
-
aws-sdk-core (~> 3, >= 3.
|
75
|
+
aws-sdk-s3 (1.86.0)
|
76
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
77
77
|
aws-sdk-kms (~> 1)
|
78
78
|
aws-sigv4 (~> 1.1)
|
79
|
-
aws-sdk-sns (1.
|
80
|
-
aws-sdk-core (~> 3, >= 3.
|
79
|
+
aws-sdk-sns (1.36.0)
|
80
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
81
81
|
aws-sigv4 (~> 1.1)
|
82
|
-
aws-sdk-sqs (1.
|
83
|
-
aws-sdk-core (~> 3, >= 3.
|
82
|
+
aws-sdk-sqs (1.34.0)
|
83
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
84
84
|
aws-sigv4 (~> 1.1)
|
85
|
-
aws-sdk-ssm (1.
|
86
|
-
aws-sdk-core (~> 3, >= 3.
|
85
|
+
aws-sdk-ssm (1.98.0)
|
86
|
+
aws-sdk-core (~> 3, >= 3.109.0)
|
87
87
|
aws-sigv4 (~> 1.1)
|
88
88
|
aws-sigv4 (1.2.2)
|
89
89
|
aws-eventstream (~> 1, >= 1.0.2)
|
@@ -111,14 +111,14 @@ GEM
|
|
111
111
|
activesupport
|
112
112
|
aws-sdk-dynamodb
|
113
113
|
rainbow
|
114
|
-
erubi (1.
|
114
|
+
erubi (1.10.0)
|
115
115
|
gems (1.2.0)
|
116
116
|
globalid (0.4.2)
|
117
117
|
activesupport (>= 4.2.0)
|
118
118
|
hashie (4.1.0)
|
119
119
|
i18n (1.8.5)
|
120
120
|
concurrent-ruby (~> 1.0)
|
121
|
-
jets (2.3.
|
121
|
+
jets (2.3.18)
|
122
122
|
actionmailer (~> 6.0.0)
|
123
123
|
actionpack (~> 6.0.0)
|
124
124
|
actionview (~> 6.0.0)
|
@@ -162,7 +162,7 @@ GEM
|
|
162
162
|
rexml
|
163
163
|
launchy (2.5.0)
|
164
164
|
addressable (~> 2.7)
|
165
|
-
loofah (2.
|
165
|
+
loofah (2.8.0)
|
166
166
|
crass (~> 1.0.2)
|
167
167
|
nokogiri (>= 1.5.9)
|
168
168
|
mail (2.7.1)
|
@@ -171,14 +171,16 @@ GEM
|
|
171
171
|
method_source (1.0.0)
|
172
172
|
mimemagic (0.3.5)
|
173
173
|
mini_mime (1.0.2)
|
174
|
-
mini_portile2 (2.
|
174
|
+
mini_portile2 (2.5.0)
|
175
175
|
minitest (5.14.2)
|
176
176
|
nio4r (2.5.4)
|
177
|
-
nokogiri (1.
|
178
|
-
mini_portile2 (~> 2.
|
177
|
+
nokogiri (1.11.0)
|
178
|
+
mini_portile2 (~> 2.5.0)
|
179
|
+
racc (~> 1.4)
|
179
180
|
public_suffix (4.0.6)
|
180
|
-
puma (5.1.
|
181
|
+
puma (5.1.1)
|
181
182
|
nio4r (~> 2.0)
|
183
|
+
racc (1.5.2)
|
182
184
|
rack (2.2.3)
|
183
185
|
rack-test (1.1.0)
|
184
186
|
rack (>= 1.0, < 3)
|
@@ -195,7 +197,7 @@ GEM
|
|
195
197
|
thor (>= 0.20.3, < 2.0)
|
196
198
|
rainbow (3.0.0)
|
197
199
|
rake (13.0.1)
|
198
|
-
recursive-open-struct (1.1.
|
200
|
+
recursive-open-struct (1.1.3)
|
199
201
|
regexp_parser (1.8.2)
|
200
202
|
rexml (3.2.4)
|
201
203
|
rspec (3.10.0)
|
@@ -218,11 +220,11 @@ GEM
|
|
218
220
|
text-table (1.2.4)
|
219
221
|
thor (1.0.1)
|
220
222
|
thread_safe (0.3.6)
|
221
|
-
tzinfo (1.2.
|
223
|
+
tzinfo (1.2.8)
|
222
224
|
thread_safe (~> 0.1)
|
223
225
|
xpath (3.2.0)
|
224
226
|
nokogiri (~> 1.8)
|
225
|
-
zeitwerk (2.4.
|
227
|
+
zeitwerk (2.4.2)
|
226
228
|
|
227
229
|
PLATFORMS
|
228
230
|
ruby
|
data/my_api_client.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
|
25
25
|
spec.required_ruby_version = '>= 2.5.0'
|
26
26
|
|
27
|
-
spec.add_dependency 'activesupport', '>= 5.
|
27
|
+
spec.add_dependency 'activesupport', '>= 5.2.0'
|
28
28
|
spec.add_dependency 'faraday', '>= 0.17.1'
|
29
29
|
spec.add_dependency 'jsonpath'
|
30
30
|
spec.add_dependency 'sawyer', '>= 0.8.2'
|
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
4
|
my_api_client (0.17.0)
|
5
|
-
activesupport (>= 5.
|
5
|
+
activesupport (>= 5.2.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
8
8
|
sawyer (>= 0.8.2)
|
@@ -62,15 +62,17 @@ GEM
|
|
62
62
|
crass (1.0.6)
|
63
63
|
diff-lcs (1.4.4)
|
64
64
|
erubi (1.9.0)
|
65
|
-
faraday (1.0
|
65
|
+
faraday (1.3.0)
|
66
|
+
faraday-net_http (~> 1.0)
|
66
67
|
multipart-post (>= 1.2, < 3)
|
68
|
+
ruby2_keywords
|
69
|
+
faraday-net_http (1.0.0)
|
67
70
|
globalid (0.4.2)
|
68
71
|
activesupport (>= 4.2.0)
|
69
72
|
i18n (1.8.5)
|
70
73
|
concurrent-ruby (~> 1.0)
|
71
|
-
jsonpath (1.0
|
74
|
+
jsonpath (1.1.0)
|
72
75
|
multi_json
|
73
|
-
to_regexp (~> 0.2.1)
|
74
76
|
loofah (2.7.0)
|
75
77
|
crass (~> 1.0.2)
|
76
78
|
nokogiri (>= 1.5.9)
|
@@ -81,15 +83,17 @@ GEM
|
|
81
83
|
method_source (1.0.0)
|
82
84
|
mimemagic (0.3.5)
|
83
85
|
mini_mime (1.0.2)
|
84
|
-
mini_portile2 (2.
|
86
|
+
mini_portile2 (2.5.0)
|
85
87
|
minitest (5.14.2)
|
86
88
|
msgpack (1.3.3)
|
87
89
|
multi_json (1.15.0)
|
88
90
|
multipart-post (2.1.1)
|
89
91
|
nio4r (2.5.4)
|
90
|
-
nokogiri (1.
|
91
|
-
mini_portile2 (~> 2.
|
92
|
+
nokogiri (1.11.0)
|
93
|
+
mini_portile2 (~> 2.5.0)
|
94
|
+
racc (~> 1.4)
|
92
95
|
public_suffix (4.0.6)
|
96
|
+
racc (1.5.2)
|
93
97
|
rack (2.2.3)
|
94
98
|
rack-test (1.1.0)
|
95
99
|
rack (>= 1.0, < 3)
|
@@ -135,6 +139,7 @@ GEM
|
|
135
139
|
rspec-mocks (~> 3.9)
|
136
140
|
rspec-support (~> 3.9)
|
137
141
|
rspec-support (3.9.3)
|
142
|
+
ruby2_keywords (0.0.2)
|
138
143
|
sawyer (0.8.2)
|
139
144
|
addressable (>= 2.3.5)
|
140
145
|
faraday (> 0.8, < 2.0)
|
@@ -148,7 +153,6 @@ GEM
|
|
148
153
|
sprockets (>= 3.0.0)
|
149
154
|
thor (1.0.1)
|
150
155
|
thread_safe (0.3.6)
|
151
|
-
to_regexp (0.2.1)
|
152
156
|
tzinfo (1.2.7)
|
153
157
|
thread_safe (~> 0.1)
|
154
158
|
websocket-driver (0.7.3)
|
@@ -165,7 +169,6 @@ DEPENDENCIES
|
|
165
169
|
rails (~> 5.2.4)
|
166
170
|
rspec-rails
|
167
171
|
spring
|
168
|
-
sprockets (~> 3.0)
|
169
172
|
|
170
173
|
BUNDLED WITH
|
171
174
|
2.1.4
|
@@ -63,7 +63,7 @@ Rails.application.configure do
|
|
63
63
|
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
|
64
64
|
|
65
65
|
if ENV['RAILS_LOG_TO_STDOUT'].present?
|
66
|
-
logger = ActiveSupport::Logger.new(
|
66
|
+
logger = ActiveSupport::Logger.new($stdout)
|
67
67
|
logger.formatter = config.log_formatter
|
68
68
|
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
69
69
|
end
|
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
4
|
my_api_client (0.17.0)
|
5
|
-
activesupport (>= 5.
|
5
|
+
activesupport (>= 5.2.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
8
8
|
sawyer (>= 0.8.2)
|
@@ -75,15 +75,17 @@ GEM
|
|
75
75
|
crass (1.0.6)
|
76
76
|
diff-lcs (1.4.4)
|
77
77
|
erubi (1.9.0)
|
78
|
-
faraday (1.0
|
78
|
+
faraday (1.3.0)
|
79
|
+
faraday-net_http (~> 1.0)
|
79
80
|
multipart-post (>= 1.2, < 3)
|
81
|
+
ruby2_keywords
|
82
|
+
faraday-net_http (1.0.0)
|
80
83
|
globalid (0.4.2)
|
81
84
|
activesupport (>= 4.2.0)
|
82
85
|
i18n (1.8.5)
|
83
86
|
concurrent-ruby (~> 1.0)
|
84
|
-
jsonpath (1.0
|
87
|
+
jsonpath (1.1.0)
|
85
88
|
multi_json
|
86
|
-
to_regexp (~> 0.2.1)
|
87
89
|
loofah (2.7.0)
|
88
90
|
crass (~> 1.0.2)
|
89
91
|
nokogiri (>= 1.5.9)
|
@@ -94,15 +96,17 @@ GEM
|
|
94
96
|
method_source (1.0.0)
|
95
97
|
mimemagic (0.3.5)
|
96
98
|
mini_mime (1.0.2)
|
97
|
-
mini_portile2 (2.
|
99
|
+
mini_portile2 (2.5.0)
|
98
100
|
minitest (5.14.2)
|
99
101
|
msgpack (1.3.3)
|
100
102
|
multi_json (1.15.0)
|
101
103
|
multipart-post (2.1.1)
|
102
104
|
nio4r (2.5.4)
|
103
|
-
nokogiri (1.
|
104
|
-
mini_portile2 (~> 2.
|
105
|
+
nokogiri (1.11.0)
|
106
|
+
mini_portile2 (~> 2.5.0)
|
107
|
+
racc (~> 1.4)
|
105
108
|
public_suffix (4.0.6)
|
109
|
+
racc (1.5.2)
|
106
110
|
rack (2.2.3)
|
107
111
|
rack-test (1.1.0)
|
108
112
|
rack (>= 1.0, < 3)
|
@@ -150,6 +154,7 @@ GEM
|
|
150
154
|
rspec-mocks (~> 3.9)
|
151
155
|
rspec-support (~> 3.9)
|
152
156
|
rspec-support (3.9.3)
|
157
|
+
ruby2_keywords (0.0.2)
|
153
158
|
sawyer (0.8.2)
|
154
159
|
addressable (>= 2.3.5)
|
155
160
|
faraday (> 0.8, < 2.0)
|
@@ -163,7 +168,6 @@ GEM
|
|
163
168
|
sprockets (>= 3.0.0)
|
164
169
|
thor (1.0.1)
|
165
170
|
thread_safe (0.3.6)
|
166
|
-
to_regexp (0.2.1)
|
167
171
|
tzinfo (1.2.7)
|
168
172
|
thread_safe (~> 0.1)
|
169
173
|
websocket-driver (0.7.3)
|
@@ -62,7 +62,7 @@ Rails.application.configure do
|
|
62
62
|
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
|
63
63
|
|
64
64
|
if ENV['RAILS_LOG_TO_STDOUT'].present?
|
65
|
-
logger = ActiveSupport::Logger.new(
|
65
|
+
logger = ActiveSupport::Logger.new($stdout)
|
66
66
|
logger.formatter = config.log_formatter
|
67
67
|
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
68
68
|
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
2
|
+
#
|
3
|
+
# If you find yourself ignoring temporary files generated by your text editor
|
4
|
+
# or operating system, you probably want to add a global ignore instead:
|
5
|
+
# git config --global core.excludesfile '~/.gitignore_global'
|
6
|
+
|
7
|
+
# Ignore bundler config.
|
8
|
+
/.bundle
|
9
|
+
|
10
|
+
# Ignore the default SQLite database.
|
11
|
+
/db/*.sqlite3
|
12
|
+
/db/*.sqlite3-*
|
13
|
+
|
14
|
+
# Ignore all logfiles and tempfiles.
|
15
|
+
/log/*
|
16
|
+
/tmp/*
|
17
|
+
!/log/.keep
|
18
|
+
!/tmp/.keep
|
19
|
+
|
20
|
+
# Ignore pidfiles, but keep the directory.
|
21
|
+
/tmp/pids/*
|
22
|
+
!/tmp/pids/
|
23
|
+
!/tmp/pids/.keep
|
24
|
+
|
25
|
+
.byebug_history
|
26
|
+
|
27
|
+
# Ignore master key for decrypting credentials and more.
|
28
|
+
/config/master.key
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
source 'https://rubygems.org'
|
4
|
+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
5
|
+
|
6
|
+
gem 'rails', '~> 6.1.0'
|
7
|
+
gem 'sqlite3', '~> 1.4'
|
8
|
+
gem 'my_api_client', path: '../..'
|
9
|
+
|
10
|
+
group :development, :test do
|
11
|
+
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
|
12
|
+
gem 'rspec-rails'
|
13
|
+
end
|
14
|
+
|
15
|
+
group :development do
|
16
|
+
gem 'listen', '~> 3.3'
|
17
|
+
end
|
@@ -0,0 +1,197 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../..
|
3
|
+
specs:
|
4
|
+
my_api_client (0.18.0)
|
5
|
+
activesupport (>= 5.2.0)
|
6
|
+
faraday (>= 0.17.1)
|
7
|
+
jsonpath
|
8
|
+
sawyer (>= 0.8.2)
|
9
|
+
|
10
|
+
GEM
|
11
|
+
remote: https://rubygems.org/
|
12
|
+
specs:
|
13
|
+
actioncable (6.1.0)
|
14
|
+
actionpack (= 6.1.0)
|
15
|
+
activesupport (= 6.1.0)
|
16
|
+
nio4r (~> 2.0)
|
17
|
+
websocket-driver (>= 0.6.1)
|
18
|
+
actionmailbox (6.1.0)
|
19
|
+
actionpack (= 6.1.0)
|
20
|
+
activejob (= 6.1.0)
|
21
|
+
activerecord (= 6.1.0)
|
22
|
+
activestorage (= 6.1.0)
|
23
|
+
activesupport (= 6.1.0)
|
24
|
+
mail (>= 2.7.1)
|
25
|
+
actionmailer (6.1.0)
|
26
|
+
actionpack (= 6.1.0)
|
27
|
+
actionview (= 6.1.0)
|
28
|
+
activejob (= 6.1.0)
|
29
|
+
activesupport (= 6.1.0)
|
30
|
+
mail (~> 2.5, >= 2.5.4)
|
31
|
+
rails-dom-testing (~> 2.0)
|
32
|
+
actionpack (6.1.0)
|
33
|
+
actionview (= 6.1.0)
|
34
|
+
activesupport (= 6.1.0)
|
35
|
+
rack (~> 2.0, >= 2.0.9)
|
36
|
+
rack-test (>= 0.6.3)
|
37
|
+
rails-dom-testing (~> 2.0)
|
38
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
39
|
+
actiontext (6.1.0)
|
40
|
+
actionpack (= 6.1.0)
|
41
|
+
activerecord (= 6.1.0)
|
42
|
+
activestorage (= 6.1.0)
|
43
|
+
activesupport (= 6.1.0)
|
44
|
+
nokogiri (>= 1.8.5)
|
45
|
+
actionview (6.1.0)
|
46
|
+
activesupport (= 6.1.0)
|
47
|
+
builder (~> 3.1)
|
48
|
+
erubi (~> 1.4)
|
49
|
+
rails-dom-testing (~> 2.0)
|
50
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
51
|
+
activejob (6.1.0)
|
52
|
+
activesupport (= 6.1.0)
|
53
|
+
globalid (>= 0.3.6)
|
54
|
+
activemodel (6.1.0)
|
55
|
+
activesupport (= 6.1.0)
|
56
|
+
activerecord (6.1.0)
|
57
|
+
activemodel (= 6.1.0)
|
58
|
+
activesupport (= 6.1.0)
|
59
|
+
activestorage (6.1.0)
|
60
|
+
actionpack (= 6.1.0)
|
61
|
+
activejob (= 6.1.0)
|
62
|
+
activerecord (= 6.1.0)
|
63
|
+
activesupport (= 6.1.0)
|
64
|
+
marcel (~> 0.3.1)
|
65
|
+
mimemagic (~> 0.3.2)
|
66
|
+
activesupport (6.1.0)
|
67
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
68
|
+
i18n (>= 1.6, < 2)
|
69
|
+
minitest (>= 5.1)
|
70
|
+
tzinfo (~> 2.0)
|
71
|
+
zeitwerk (~> 2.3)
|
72
|
+
addressable (2.7.0)
|
73
|
+
public_suffix (>= 2.0.2, < 5.0)
|
74
|
+
builder (3.2.4)
|
75
|
+
byebug (11.1.3)
|
76
|
+
concurrent-ruby (1.1.7)
|
77
|
+
crass (1.0.6)
|
78
|
+
diff-lcs (1.4.4)
|
79
|
+
erubi (1.10.0)
|
80
|
+
faraday (1.3.0)
|
81
|
+
faraday-net_http (~> 1.0)
|
82
|
+
multipart-post (>= 1.2, < 3)
|
83
|
+
ruby2_keywords
|
84
|
+
faraday-net_http (1.0.0)
|
85
|
+
ffi (1.14.2)
|
86
|
+
globalid (0.4.2)
|
87
|
+
activesupport (>= 4.2.0)
|
88
|
+
i18n (1.8.5)
|
89
|
+
concurrent-ruby (~> 1.0)
|
90
|
+
jsonpath (1.1.0)
|
91
|
+
multi_json
|
92
|
+
listen (3.3.3)
|
93
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
94
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
95
|
+
loofah (2.8.0)
|
96
|
+
crass (~> 1.0.2)
|
97
|
+
nokogiri (>= 1.5.9)
|
98
|
+
mail (2.7.1)
|
99
|
+
mini_mime (>= 0.1.1)
|
100
|
+
marcel (0.3.3)
|
101
|
+
mimemagic (~> 0.3.2)
|
102
|
+
method_source (1.0.0)
|
103
|
+
mimemagic (0.3.5)
|
104
|
+
mini_mime (1.0.2)
|
105
|
+
mini_portile2 (2.5.0)
|
106
|
+
minitest (5.14.2)
|
107
|
+
multi_json (1.15.0)
|
108
|
+
multipart-post (2.1.1)
|
109
|
+
nio4r (2.5.4)
|
110
|
+
nokogiri (1.11.0)
|
111
|
+
mini_portile2 (~> 2.5.0)
|
112
|
+
racc (~> 1.4)
|
113
|
+
public_suffix (4.0.6)
|
114
|
+
racc (1.5.2)
|
115
|
+
rack (2.2.3)
|
116
|
+
rack-test (1.1.0)
|
117
|
+
rack (>= 1.0, < 3)
|
118
|
+
rails (6.1.0)
|
119
|
+
actioncable (= 6.1.0)
|
120
|
+
actionmailbox (= 6.1.0)
|
121
|
+
actionmailer (= 6.1.0)
|
122
|
+
actionpack (= 6.1.0)
|
123
|
+
actiontext (= 6.1.0)
|
124
|
+
actionview (= 6.1.0)
|
125
|
+
activejob (= 6.1.0)
|
126
|
+
activemodel (= 6.1.0)
|
127
|
+
activerecord (= 6.1.0)
|
128
|
+
activestorage (= 6.1.0)
|
129
|
+
activesupport (= 6.1.0)
|
130
|
+
bundler (>= 1.15.0)
|
131
|
+
railties (= 6.1.0)
|
132
|
+
sprockets-rails (>= 2.0.0)
|
133
|
+
rails-dom-testing (2.0.3)
|
134
|
+
activesupport (>= 4.2.0)
|
135
|
+
nokogiri (>= 1.6)
|
136
|
+
rails-html-sanitizer (1.3.0)
|
137
|
+
loofah (~> 2.3)
|
138
|
+
railties (6.1.0)
|
139
|
+
actionpack (= 6.1.0)
|
140
|
+
activesupport (= 6.1.0)
|
141
|
+
method_source
|
142
|
+
rake (>= 0.8.7)
|
143
|
+
thor (~> 1.0)
|
144
|
+
rake (13.0.3)
|
145
|
+
rb-fsevent (0.10.4)
|
146
|
+
rb-inotify (0.10.1)
|
147
|
+
ffi (~> 1.0)
|
148
|
+
rspec-core (3.10.0)
|
149
|
+
rspec-support (~> 3.10.0)
|
150
|
+
rspec-expectations (3.10.0)
|
151
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
152
|
+
rspec-support (~> 3.10.0)
|
153
|
+
rspec-mocks (3.10.0)
|
154
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
155
|
+
rspec-support (~> 3.10.0)
|
156
|
+
rspec-rails (4.0.1)
|
157
|
+
actionpack (>= 4.2)
|
158
|
+
activesupport (>= 4.2)
|
159
|
+
railties (>= 4.2)
|
160
|
+
rspec-core (~> 3.9)
|
161
|
+
rspec-expectations (~> 3.9)
|
162
|
+
rspec-mocks (~> 3.9)
|
163
|
+
rspec-support (~> 3.9)
|
164
|
+
rspec-support (3.10.0)
|
165
|
+
ruby2_keywords (0.0.2)
|
166
|
+
sawyer (0.8.2)
|
167
|
+
addressable (>= 2.3.5)
|
168
|
+
faraday (> 0.8, < 2.0)
|
169
|
+
sprockets (4.0.2)
|
170
|
+
concurrent-ruby (~> 1.0)
|
171
|
+
rack (> 1, < 3)
|
172
|
+
sprockets-rails (3.2.2)
|
173
|
+
actionpack (>= 4.0)
|
174
|
+
activesupport (>= 4.0)
|
175
|
+
sprockets (>= 3.0.0)
|
176
|
+
sqlite3 (1.4.2)
|
177
|
+
thor (1.0.1)
|
178
|
+
tzinfo (2.0.4)
|
179
|
+
concurrent-ruby (~> 1.0)
|
180
|
+
websocket-driver (0.7.3)
|
181
|
+
websocket-extensions (>= 0.1.0)
|
182
|
+
websocket-extensions (0.1.5)
|
183
|
+
zeitwerk (2.4.2)
|
184
|
+
|
185
|
+
PLATFORMS
|
186
|
+
ruby
|
187
|
+
|
188
|
+
DEPENDENCIES
|
189
|
+
byebug
|
190
|
+
listen (~> 3.3)
|
191
|
+
my_api_client!
|
192
|
+
rails (~> 6.1.0)
|
193
|
+
rspec-rails
|
194
|
+
sqlite3 (~> 1.4)
|
195
|
+
|
196
|
+
BUNDLED WITH
|
197
|
+
2.1.2
|