mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
update gem dependencies
This commit is contained in:
parent
cb995d7440
commit
a191f21cb1
1 changed files with 8 additions and 8 deletions
16
Gemfile.lock
16
Gemfile.lock
|
@ -43,13 +43,13 @@ GEM
|
||||||
arel (8.0.0)
|
arel (8.0.0)
|
||||||
awesome_print (1.8.0)
|
awesome_print (1.8.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
capybara (2.18.0)
|
capybara (3.0.2)
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (~> 1.8)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.6.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.6.3)
|
||||||
xpath (>= 2.0, < 4.0)
|
xpath (~> 3.0)
|
||||||
capybara-webkit (1.15.0)
|
capybara-webkit (1.15.0)
|
||||||
capybara (>= 2.3, < 4.0)
|
capybara (>= 2.3, < 4.0)
|
||||||
json
|
json
|
||||||
|
@ -68,7 +68,7 @@ GEM
|
||||||
simplecov (>= 0.7)
|
simplecov (>= 0.7)
|
||||||
term-ansicolor (= 1.2.2)
|
term-ansicolor (= 1.2.2)
|
||||||
thor (= 0.18.1)
|
thor (= 0.18.1)
|
||||||
crass (1.0.3)
|
crass (1.0.4)
|
||||||
database_cleaner (1.6.2)
|
database_cleaner (1.6.2)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.0)
|
docile (1.3.0)
|
||||||
|
@ -254,12 +254,12 @@ GEM
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.8)
|
tilt (2.0.8)
|
||||||
tins (0.13.2)
|
tins (0.13.2)
|
||||||
turbolinks (5.1.0)
|
turbolinks (5.1.1)
|
||||||
turbolinks-source (~> 5.1)
|
turbolinks-source (~> 5.1)
|
||||||
turbolinks-source (5.1.0)
|
turbolinks-source (5.1.0)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.1.8)
|
uglifier (4.1.9)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
validate_url (1.0.2)
|
validate_url (1.0.2)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
|
|
Loading…
Reference in a new issue