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
49 changes: 26 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
bcrypt (3.1.11)
bcrypt (3.1.13)
bindex (0.5.0)
bootstrap_form (2.7.0)
builder (3.2.3)
builder (3.2.4)
byebug (9.0.6)
cancancan (1.16.0)
carrierwave (1.1.0)
Expand All @@ -60,11 +60,12 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
devise (4.2.1)
concurrent-ruby (1.1.6)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
erubis (2.7.0)
Expand All @@ -78,7 +79,8 @@ GEM
tilt
httparty (0.15.5)
multi_xml (>= 0.5.2)
i18n (0.8.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.6.3)
activesupport (>= 3.0.0, < 5.2)
multi_json (~> 1.2)
Expand All @@ -94,19 +96,20 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.0.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.5)
mime-types (>= 1.16, < 4)
mail_form (1.6.0)
actionmailer (>= 3.2, < 5.1)
activemodel (>= 3.2, < 5.1)
method_source (0.8.2)
method_source (1.0.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.4.0)
minitest (5.10.1)
minitest (5.14.0)
multi_json (1.12.1)
multi_xml (0.6.0)
mysql2 (0.4.6)
Expand All @@ -120,7 +123,7 @@ GEM
request_store (~> 1.1)
pdfkit (0.8.2)
puma (3.8.2)
rack (2.0.2)
rack (2.2.2)
rack-pjax (1.0.0)
nokogiri (~> 1.5)
rack (>= 1.1)
Expand All @@ -138,11 +141,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.2)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_admin (1.1.1)
builder (~> 3.1)
coffee-rails (~> 4.0)
Expand All @@ -162,15 +165,15 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
rake (13.0.1)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
remotipart (1.3.1)
request_store (1.3.2)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
rotp (3.3.0)
rqrcode (0.10.1)
chunky_png (~> 1.0)
Expand All @@ -193,18 +196,18 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.19.4)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.7)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.5.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down