Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump globalid from 0.4.2 to 1.0.1 #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
34 changes: 28 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ GEM
canable (0.3.0)
capistrano-maintenance (0.0.5)
capistrano (~> 2.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (1.2.3)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
Expand All @@ -120,7 +129,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.10)
crass (1.0.6)
daemons (1.2.6)
debug_inspector (0.0.3)
Expand All @@ -143,8 +152,8 @@ GEM
friendly_id (5.2.4)
activerecord (>= 4.0.0)
gctools (0.2.4)
globalid (0.4.2)
activesupport (>= 4.2.0)
globalid (1.0.1)
activesupport (>= 5.0)
haml (5.0.4)
temple (>= 0.8.0)
tilt
Expand All @@ -166,7 +175,7 @@ GEM
html_truncator (0.4.2)
nokogiri (~> 1.5)
htmlentities (4.3.4)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
inherited_resources (1.9.0)
actionpack (>= 4.2, < 5.3)
Expand Down Expand Up @@ -200,14 +209,15 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
matrix (0.4.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_magick (4.9.4)
mini_mime (1.0.3)
mini_portile2 (2.4.0)
minitest (5.14.4)
minitest (5.17.0)
mo (1.4.0)
boson
msgpack (1.3.3)
Expand Down Expand Up @@ -273,10 +283,13 @@ GEM
ffi (~> 1.0)
redcarpet (3.4.0)
redis (4.0.2)
regexp_parser (2.6.1)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rexml (3.2.5)
rinku (2.0.4)
rubyzip (2.3.2)
sanitize (4.6.6)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
Expand All @@ -292,6 +305,10 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sitemap_generator (2.2.1)
spring (2.0.2)
activesupport (>= 4.2)
Expand All @@ -312,7 +329,7 @@ GEM
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.1.18)
execjs (>= 0.3.0, < 3)
Expand All @@ -326,9 +343,12 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket (1.2.9)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
ruby
Expand All @@ -346,6 +366,7 @@ DEPENDENCIES
canable (~> 0.1)
capistrano (~> 2.15)!
capistrano-maintenance
capybara (>= 2.15)
carrierwave (~> 1.1)
coffee-rails (~> 4.1)
devise (~> 4.3)
Expand Down Expand Up @@ -376,6 +397,7 @@ DEPENDENCIES
redis (~> 4.0)
rinku (~> 2.0)
sass-rails (~> 5.0)
selenium-webdriver
sitemap_generator (~> 2.1)
spring
state_machine (~> 1.2)
Expand Down