Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group :assets do
end

gem 'jquery-rails'
gem 'json', '~> 2.0.0'
gem 'json', '~> 2.3.0'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,18 @@ GEM
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (2.0.2)
json (2.3.0)
libv8 (3.16.14.17)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
minitest (5.14.1)
multi_json (1.12.1)
pg (0.19.0)
polyglot (0.3.5)
power_assert (1.2.0)
rack (1.4.7)
rack-cache (1.6.1)
rack (>= 0.4)
Expand Down Expand Up @@ -89,6 +91,8 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
test-unit (3.3.6)
power_assert
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
Expand All @@ -107,10 +111,12 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.2.1)
jquery-rails
json (~> 2.0.0)
json (~> 2.3.0)
minitest
pg
rails (= 3.2.6)
sass-rails (~> 3.2.3)
test-unit
therubyracer
uglifier (>= 1.0.3)

Expand Down