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
18 changes: 13 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,15 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
concurrent-ruby (1.1.5)
crass (1.0.5)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
erubi (1.9.0)
ffi (1.11.3)
ffi (1.11.3-x64-mingw32)
formtastic (3.1.5)
actionpack (>= 3.2.13)
Expand Down Expand Up @@ -129,7 +130,7 @@ GEM
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
loofah (2.4.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -139,19 +140,23 @@ GEM
method_source (0.9.2)
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
msgpack (1.3.1)
msgpack (1.3.1-x64-mingw32)
nio4r (2.5.2)
nokogiri (1.10.7-x64-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.10-x64-mingw32)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.1.4)
pg (1.1.4-x64-mingw32)
polyamorous (2.3.0)
activerecord (>= 5.0)
public_suffix (4.0.1)
puma (4.3.1)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.0.8)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -197,6 +202,8 @@ GEM
rubyzip (2.0.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -249,6 +256,7 @@ GEM

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
activeadmin
Expand Down