Update Gemfile.

This commit is contained in:
BoHung Chiu 2022-04-14 00:23:30 +08:00
parent 91911c10fd
commit fe49502c5e
1 changed files with 1 additions and 2 deletions

View File

@ -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"