Skip to content
Closed
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
17 changes: 12 additions & 5 deletions server_rails/find_my_friends.rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
crass (1.0.4)
crass (1.0.6)
duktape (2.3.0.0)
erubi (1.8.0)
execjs (2.7.0)
ffi (1.11.1)
ffi (1.11.1-x86-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -85,7 +86,7 @@ GEM
io-like (0.3.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
loofah (2.2.3)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -97,9 +98,12 @@ GEM
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
msgpack (1.3.0)
msgpack (1.3.0-x86-mingw32)
nio4r (2.3.1)
nokogiri (1.10.3-x86-mingw32)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-x86-mingw32)
mini_portile2 (~> 2.4.0)
public_suffix (3.1.0)
puma (3.12.1)
Expand All @@ -122,8 +126,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
Expand Down Expand Up @@ -157,6 +161,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
Expand All @@ -182,6 +187,7 @@ GEM

PLATFORMS
x86-mingw32
x86_64-linux

DEPENDENCIES
bootsnap (>= 1.1.0)
Expand All @@ -195,6 +201,7 @@ DEPENDENCIES
rails (~> 5.2.3)
sass-rails (~> 5.0)
selenium-webdriver
sqlite3
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
Expand Down