File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,3 +91,11 @@ gem 'mina'
9191gem 'lograge'
9292# for listening to file modifications
9393gem 'listen'
94+ # explicit dependencies required by rspec
95+ gem 'benchmark'
96+ gem 'drb'
97+ gem 'irb'
98+ gem 'logger'
99+ gem 'mutex_m'
100+ gem 'ostruct'
101+ gem 'reline'
Original file line number Diff line number Diff line change 7575 execjs (~> 2 )
7676 base64 (0.2.0 )
7777 bcrypt (3.1.20 )
78+ benchmark (0.4.0 )
7879 bigdecimal (3.1.9 )
7980 bootstrap-sass (3.4.1 )
8081 autoprefixer-rails (>= 5.2.1 )
117118 devise (>= 2.2 )
118119 diff-lcs (1.5.1 )
119120 docile (1.4.1 )
121+ drb (2.2.3 )
122+ erb (5.0.1 )
120123 erubi (1.13.1 )
121124 execjs (2.10.0 )
122125 factory_bot (6.5.0 )
147150 i18n (1.14.7 )
148151 concurrent-ruby (~> 1.0 )
149152 innertube (1.1.0 )
153+ io-console (0.8.0 )
154+ irb (1.15.2 )
155+ pp (>= 0.6.0 )
156+ rdoc (>= 4.0.0 )
157+ reline (>= 0.4.2 )
150158 joiner (0.6.0 )
151159 activerecord (>= 6.1.0 )
152160 jquery-atwho-rails (1.5.4 )
176184 listen (3.9.0 )
177185 rb-fsevent (~> 0.10 , >= 0.10.3 )
178186 rb-inotify (~> 0.9 , >= 0.9.10 )
187+ logger (1.7.0 )
179188 lograge (0.14.0 )
180189 actionpack (>= 4 )
181190 activesupport (>= 4 )
199208 mini_portile2 (2.8.8 )
200209 minitest (5.25.4 )
201210 mousetrap-rails (1.4.6 )
211+ mutex_m (0.3.0 )
202212 mysql2 (0.5.6 )
203213 net-imap (0.5.7 )
204214 date
@@ -214,10 +224,14 @@ GEM
214224 mini_portile2 (~> 2.8.2 )
215225 racc (~> 1.4 )
216226 orm_adapter (0.5.0 )
227+ ostruct (0.6.1 )
217228 parallel (1.27.0 )
218229 parser (3.3.8.0 )
219230 ast (~> 2.4.1 )
220231 racc
232+ pp (0.6.2 )
233+ prettyprint
234+ prettyprint (0.2.0 )
221235 prism (1.4.0 )
222236 pry (0.15.2 )
223237 coderay (~> 1.1 )
227241 pry (>= 0.13 , < 0.16 )
228242 pry-rails (0.3.11 )
229243 pry (>= 0.13.0 )
244+ psych (5.2.6 )
245+ date
246+ stringio
230247 public_suffix (6.0.1 )
231248 puma (6.6.0 )
232249 nio4r (~> 2.0 )
271288 rb-fsevent (0.11.2 )
272289 rb-inotify (0.11.1 )
273290 ffi (~> 1.0 )
291+ rdoc (6.14.0 )
292+ erb
293+ psych (>= 4.0.0 )
274294 redcarpet (3.6.1 )
275295 regexp_parser (2.10.0 )
296+ reline (0.6.1 )
297+ io-console (~> 0.5 )
276298 request_store (1.7.0 )
277299 rack (>= 1.4 )
278300 responders (3.1.1 )
363385 activesupport (>= 6.1 )
364386 sprockets (>= 3.0.0 )
365387 stringex (2.8.6 )
388+ stringio (3.1.7 )
366389 sync (0.5.0 )
367390 temple (0.10.3 )
368391 term-ansicolor (1.11.2 )
@@ -408,36 +431,43 @@ PLATFORMS
408431
409432DEPENDENCIES
410433 aasm
434+ benchmark
411435 bootstrap-sass
412436 cancancan
413437 capybara
414438 coveralls
415439 database_cleaner
416440 devise
417441 devise_ichain_authenticatable
442+ drb
418443 factory_bot_rails
419444 faker
420445 figaro
421446 font-awesome-sass
422447 gravtastic
423448 haml-rails
424449 hirb
450+ irb
425451 jquery-atwho-rails
426452 jquery-hotkeys-rails
427453 jquery-rails
428454 js_cookie_rails
429455 kaminari
430456 listen
457+ logger
431458 lograge
432459 mina
433460 mousetrap-rails
461+ mutex_m
434462 mysql2
463+ ostruct
435464 pry-byebug
436465 pry-rails
437466 puma
438467 rails (~> 7.0.1 )
439468 rails-controller-testing
440469 redcarpet
470+ reline
441471 rouge
442472 rspec-rails
443473 rubocop
You can’t perform that action at this time.
0 commit comments