X Tutup
Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
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 @@ -38,7 +38,7 @@ gem 'rake'
gem 'actionpack-page_caching'
gem 'jammit', git: 'https://github.com/documentcloud/jammit.git',
branch: 'master'
gem 'nokogiri', '~> 1.6.0'
gem 'nokogiri', '~> 1.10.10'
gem 'net-ssh-shell'
gem 'country_select', '~> 2.2.0'
gem 'bootstrap_form', git: 'https://github.com/documentcloud/rails-bootstrap-forms.git',
Expand Down
58 changes: 24 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
GIT
remote: git@github.com:documentcloud/bull_proof_china_shop
revision: 9cd0d29b25feb42e5a501db00ba56e66b99e42e4
branch: master
specs:
bull_proof_china_shop (0.0.1)
country_select (~> 2.2.0)
has_secure_token (~> 1.0.0)
rails (~> 4.2.3)
stripe (~> 1.56.2)

GIT
remote: https://github.com/documentcloud/jammit.git
revision: 5ddcf9c415b2e3985628c35e2ea5bdf94a383284
Expand Down Expand Up @@ -94,7 +83,7 @@ GEM
json (~> 1.4)
nokogiri (>= 1.4.4)
bcrypt (3.1.11)
builder (3.2.2)
builder (3.2.4)
byebug (9.0.6)
closure-compiler (1.1.12)
cloud-crowd (0.7.6)
Expand All @@ -115,6 +104,7 @@ GEM
sort_alphabetical (~> 1.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
cssmin (1.0.3)
curb (0.8.8)
currencies (0.4.2)
Expand All @@ -138,8 +128,8 @@ GEM
faraday (>= 0.7.4, < 1.0)
ffi (1.9.14)
formatador (0.2.5)
globalid (0.3.7)
activesupport (>= 4.1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-api-client (0.8.7)
activesupport (>= 3.2, < 5.0)
addressable (~> 2.3)
Expand Down Expand Up @@ -182,18 +172,17 @@ GEM
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
has_secure_token (1.0.0)
activerecord (>= 3.0)
hashdiff (0.3.1)
hashie (3.4.6)
highline (1.7.8)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n_data (0.7.0)
iconv (1.0.4)
jsmin (1.0.1)
json (1.8.3)
json (1.8.6)
jwt (1.5.6)
launchy (2.4.3)
addressable (~> 2.3)
Expand All @@ -205,15 +194,17 @@ GEM
logging (2.1.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
loofah (2.0.3)
loofah (2.8.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mail (2.7.1)
mini_mime (>= 0.1.1)
memoist (0.15.0)
method_source (0.8.2)
mime-types (2.99.3)
mini_portile2 (2.1.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.10.1)
minitest-spec-rails (5.4.0)
minitest (~> 5.0)
Expand All @@ -226,8 +217,8 @@ GEM
net-ssh-shell (0.2.0)
net-ssh (~> 2.1.0)
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -277,7 +268,7 @@ GEM
pry (~> 0.9)
slop (~> 3.0)
public_suffix (2.0.4)
rack (1.6.5)
rack (1.6.13)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
Expand All @@ -295,12 +286,12 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (4.2.7.1)
actionpack (= 4.2.7.1)
activesupport (= 4.2.7.1)
Expand Down Expand Up @@ -364,9 +355,9 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.4)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.5)
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand All @@ -388,7 +379,6 @@ DEPENDENCIES
aws-sdk (~> 1.30)
bcrypt (~> 3.1.1)
bootstrap_form!
bull_proof_china_shop!
byebug
closure-compiler
cloud-crowd (~> 0.7.6)
Expand All @@ -407,7 +397,7 @@ DEPENDENCIES
minitest
minitest-spec-rails
net-ssh-shell
nokogiri (~> 1.6.0)
nokogiri (~> 1.10.10)
omniauth (~> 1.2.1)
omniauth-facebook (~> 1.6)
omniauth-google-oauth2 (~> 0.2)
Expand Down
X Tutup