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
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
minitest (5.14.0)
multi_json (1.12.1)
pg (0.19.0)
polyglot (0.3.5)
power_assert (1.1.6)
rack (1.4.7)
rack-cache (1.6.1)
rack (>= 0.4)
Expand All @@ -77,7 +79,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (12.0.0)
rake (13.0.1)
rdoc (3.9.5)
ref (2.0.0)
sass (3.4.23)
Expand All @@ -89,6 +91,8 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
test-unit (3.3.5)
power_assert
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
Expand All @@ -108,9 +112,11 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
jquery-rails
json (~> 2.0.0)
minitest
pg
rails (= 3.2.6)
sass-rails (~> 3.2.3)
test-unit
therubyracer
uglifier (>= 1.0.3)

Expand Down