Update Gemfile.
This commit is contained in:
parent
91911c10fd
commit
fe49502c5e
|
@ -17,6 +17,7 @@ else
|
||||||
gem 'signet'
|
gem 'signet'
|
||||||
gem 'representable'
|
gem 'representable'
|
||||||
gem 'webrick'
|
gem 'webrick'
|
||||||
|
#store api
|
||||||
gem 'httparty'
|
gem 'httparty'
|
||||||
end
|
end
|
||||||
#built in modules
|
#built in modules
|
||||||
|
@ -170,8 +171,6 @@ else
|
||||||
#parser
|
#parser
|
||||||
gem 'nokogiri', '~> 1.8.5'
|
gem 'nokogiri', '~> 1.8.5'
|
||||||
gem 'actionpack-page_caching'
|
gem 'actionpack-page_caching'
|
||||||
#store api
|
|
||||||
gem 'httparty'
|
|
||||||
|
|
||||||
#database
|
#database
|
||||||
# gem 'mongoid', github: "mongoid/mongoid"
|
# gem 'mongoid', github: "mongoid/mongoid"
|
||||||
|
|
Loading…
Reference in New Issue