Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 35 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,57 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorize (0.8.1)
concurrent-ruby (1.1.6)
csvlint (0.4.0)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.7)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.3.0)
csvlint (1.4.0)
activesupport
addressable
colorize
csv
escape_utils
mime-types
net-http-persistent (< 3.0)
net-http-persistent
open_uri_redirections
rack
rainbow
thor
typhoeus
uri_template
escape_utils (1.2.1)
ethon (0.12.0)
ffi (>= 1.3.0)
drb (2.2.1)
escape_utils (1.3.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.16.3)
i18n (1.8.3)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
minitest (5.14.1)
net-http-persistent (2.9.4)
minitest (5.22.3)
mutex_m (0.2.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
open_uri_redirections (0.2.1)
public_suffix (4.0.6)
rack (3.0.9.1)
public_suffix (5.0.5)
rack (3.0.10)
rainbow (3.1.1)
rake (13.2.1)
thor (1.3.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri_template (0.7.0)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down