File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ gem 'kramdown-parser-gfm'
39
39
gem 'faraday'
40
40
gem 'koala'
41
41
gem 'lazy_high_charts' , '1.5.8'
42
+ gem 'connpass_api_v2' # https://github.com/sue445/connpass_api_v2-ruby
42
43
43
44
# Protect from attacks for Security
44
45
gem 'rack-attack'
Original file line number Diff line number Diff line change 123
123
logger (~> 1.5 )
124
124
concurrent-ruby (1.3.5 )
125
125
connection_pool (2.5.3 )
126
+ connpass_api_v2 (0.1.0 )
127
+ faraday (>= 2.0.0 )
128
+ faraday-mashify
126
129
crass (1.0.6 )
127
130
csv (3.3.4 )
128
131
date (3.4.1 )
144
147
faraday-net_http (>= 2.0 , < 3.5 )
145
148
json
146
149
logger
150
+ faraday-mashify (1.0.0 )
151
+ faraday (~> 2.0 )
152
+ hashie
147
153
faraday-multipart (1.1.0 )
148
154
multipart-post (~> 2.0 )
149
155
faraday-net_http (3.4.0 )
165
171
globalid (1.2.1 )
166
172
activesupport (>= 6.1 )
167
173
hash-deep-merge (0.1.1 )
174
+ hashie (5.0.0 )
168
175
i18n (1.14.7 )
169
176
concurrent-ruby (~> 1.0 )
170
177
io-console (0.8.0 )
@@ -483,6 +490,7 @@ DEPENDENCIES
483
490
bootsnap
484
491
bootstrap-sass
485
492
capybara
493
+ connpass_api_v2
486
494
csv
487
495
dotenv-rails
488
496
factory_bot_rails
You can’t perform that action at this time.
0 commit comments