remove "json" gem from Gemfile
This commit is contained in:
parent
8aeda1f087
commit
5a8ed6124a
1
Gemfile
1
Gemfile
|
@ -57,7 +57,6 @@ gem 'rack-throttle'
|
|||
gem 'rest-client', '~> 1.6.6'
|
||||
|
||||
gem 'attr_encrypted', '1.2.1'
|
||||
gem 'json', '~> 1.7.7'
|
||||
|
||||
group :assets do
|
||||
gem 'sass-rails', '~> 3.2.5'
|
||||
|
|
|
@ -400,7 +400,6 @@ DEPENDENCIES
|
|||
hirb
|
||||
jbuilder (~> 0.8.2)
|
||||
jquery-rails (~> 2.0.2)
|
||||
json (~> 1.7.7)
|
||||
mailcatcher
|
||||
meta-tags (~> 1.2.5)
|
||||
mock_redis (= 0.6.2)
|
||||
|
|
Loading…
Reference in New Issue