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
41 changes: 24 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
devise_security_extension (0.10.0)
devise (>= 3.0.0, < 5.0)
railties (~> 6.0.3, >= 3.2.6)
railties (>= 3.2.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -44,8 +44,8 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
ast (2.3.0)
bcrypt (3.1.11)
ast (2.4.2)
bcrypt (3.1.19)
builder (3.2.2)
concurrent-ruby (1.0.2)
coveralls (0.8.13)
Expand All @@ -54,10 +54,10 @@ GEM
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
devise (4.2.0)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.2.5)
Expand All @@ -73,6 +73,7 @@ GEM
globalid (0.3.6)
activesupport (>= 4.1.0)
i18n (0.7.0)
jaro_winkler (1.5.6)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
Expand All @@ -87,10 +88,13 @@ GEM
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
orm_adapter (0.5.0)
parser (2.3.1.2)
ast (~> 2.2)
parallel (1.13.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pkg-config (1.1.7)
powerpack (0.1.1)
powerpack (0.1.3)
racc (1.6.0)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -120,10 +124,11 @@ GEM
activesupport (= 4.2.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
rainbow (3.0.0)
rake (11.2.2)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rmagick (2.15.4)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
Expand All @@ -142,13 +147,15 @@ GEM
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0)
rubocop (0.57.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
ruby-progressbar (1.13.0)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
Expand All @@ -169,8 +176,8 @@ GEM
tins (1.6.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.0.5)
warden (1.2.6)
unicode-display_width (1.8.0)
warden (1.2.7)
rack (>= 1.0)
yard (0.8.7.6)

Expand Down