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
55 changes: 31 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
annotate (2.7.4)
activerecord (>= 3.2, < 6.0)
rake (>= 10.4, < 13.0)
Expand All @@ -74,7 +74,7 @@ GEM
nokogiri (~> 1.8)
coderay (1.1.2)
concurrent-ruby (1.0.5)
connection_pool (2.2.2)
connection_pool (2.2.5)
crass (1.0.4)
devise (4.4.3)
bcrypt (~> 3.0)
Expand All @@ -83,7 +83,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.3)
domain_name (0.5.20180417)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
draper (3.0.1)
actionpack (~> 5.0)
Expand All @@ -103,7 +103,7 @@ GEM
haml (5.0.4)
temple (>= 0.8.0)
tilt
http-cookie (1.0.3)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
Expand All @@ -122,39 +122,44 @@ GEM
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
mechanize (2.8.5)
addressable (~> 2.8)
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.0)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
method_source (0.9.0)
mime-types (3.2.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mime-types-data (3.2022.0105)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.6.1)
minitest (5.11.3)
msgpack (1.2.4)
multi_json (1.13.1)
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
ntlm-http (0.1.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.1.3)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
public_suffix (4.0.7)
puma (3.12.0)
racc (1.6.0)
rack (2.0.5)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -212,6 +217,7 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
rubyntlm (0.6.3)
rubyzip (1.2.2)
sass (3.6.0)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -250,7 +256,7 @@ GEM
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unf_ext (0.0.8.2)
warden (1.2.7)
rack (>= 1.0)
web-console (3.7.0)
Expand All @@ -262,6 +268,7 @@ GEM
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
webrick (1.7.0)
webrobots (0.1.2)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
Expand Down