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
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
aggregate (0.2.2)
arel (7.1.4)
axiom-types (0.1.1)
Expand All @@ -48,13 +48,15 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
bigdecimal (3.1.3)
builder (3.2.4)
capybara (2.17.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cobot_client (4.0.0)
json (~> 2.0)
oauth2 (~> 1.0)
Expand Down Expand Up @@ -117,12 +119,13 @@ GEM
net-imap
net-pop
net-smtp
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.2)
minitest (5.17.0)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand All @@ -138,8 +141,8 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -157,11 +160,11 @@ GEM
omniauth-oauth2
pg (1.4.5)
power_assert (2.0.1)
public_suffix (4.0.7)
public_suffix (5.0.1)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
racc (1.7.0)
rack (2.2.7)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.2)
Expand Down Expand Up @@ -193,6 +196,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.6)
regexp_parser (2.8.1)
request_store (1.4.0)
rack (>= 1.4)
rest-client (2.0.2)
Expand Down Expand Up @@ -268,7 +272,7 @@ GEM
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
Expand Down