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
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@ GEM
arbre (1.0.2)
activesupport (>= 3.0.0)
arel (5.0.1.20140414130214)
bcrypt (3.1.7)
bcrypt (3.1.13)
bourbon (3.2.3)
sass (~> 3.2)
thor
builder (3.2.2)
builder (3.2.3)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.8.0)
devise (3.4.0)
concurrent-ruby (1.1.5)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
railties (>= 4.1.0)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
erubis (2.7.0)
execjs (2.2.2)
Expand All @@ -78,7 +78,8 @@ GEM
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
hike (1.2.3)
i18n (0.6.11)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.5.1)
actionpack (>= 3.2, < 4.2)
has_scope (~> 0.6.0.rc)
Expand All @@ -92,14 +93,14 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.2)
railties (>= 3.2.16)
json (1.8.1)
json (1.8.6)
kaminari (0.16.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
minitest (5.4.2)
minitest (5.11.3)
multi_json (1.10.1)
orm_adapter (0.5.0)
pg (0.17.1)
Expand All @@ -109,8 +110,8 @@ GEM
rack (>= 1.1, < 2.0)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.1.6)
actionmailer (= 4.1.6)
Expand All @@ -132,7 +133,7 @@ GEM
activesupport (= 4.1.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rake (12.3.3)
ransack (1.5.1)
actionpack (>= 3.0)
activerecord (>= 3.0)
Expand All @@ -141,7 +142,7 @@ GEM
polyamorous (~> 1.1)
rdoc (4.1.2)
json (~> 1.4)
responders (1.1.1)
responders (1.1.2)
railties (>= 3.2, < 4.2)
sass (3.2.19)
sass-rails (4.0.4)
Expand All @@ -162,17 +163,17 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
thor (0.19.1)
thread_safe (0.3.4)
thor (0.20.3)
thread_safe (0.3.6)
tilt (1.4.1)
turbolinks (2.5.1)
coffee-rails
tzinfo (1.2.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
warden (1.2.3)
warden (1.2.7)
rack (>= 1.0)

PLATFORMS
Expand Down