mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
update stripe gems
This commit is contained in:
parent
af0c65e94f
commit
63d3c89cd3
2 changed files with 22 additions and 24 deletions
4
Gemfile
4
Gemfile
|
@ -13,7 +13,7 @@ gem 'sidekiq', '~> 4.1.2'
|
||||||
gem 'mail'
|
gem 'mail'
|
||||||
gem 'tilt'
|
gem 'tilt'
|
||||||
gem 'erubis'
|
gem 'erubis'
|
||||||
gem 'stripe', '1.15.0' #, source: 'https://code.stripe.com/'
|
gem 'stripe', '4.2.0', source: 'https://code.stripe.com/'
|
||||||
gem 'cocaine'
|
gem 'cocaine'
|
||||||
gem 'zipruby'
|
gem 'zipruby'
|
||||||
gem 'sass', require: nil
|
gem 'sass', require: nil
|
||||||
|
@ -75,7 +75,7 @@ group :test do
|
||||||
gem 'capybara', require: nil #, '2.10.1', require: nil
|
gem 'capybara', require: nil #, '2.10.1', require: nil
|
||||||
gem 'rack_session_access', require: nil
|
gem 'rack_session_access', require: nil
|
||||||
gem 'webmock', require: nil
|
gem 'webmock', require: nil
|
||||||
gem 'stripe-ruby-mock', '2.0.1', require: 'stripe_mock'
|
gem 'stripe-ruby-mock', '2.5.6', require: 'stripe_mock'
|
||||||
gem 'timecop'
|
gem 'timecop'
|
||||||
gem 'mock_redis'
|
gem 'mock_redis'
|
||||||
gem 'simplecov', require: nil
|
gem 'simplecov', require: nil
|
||||||
|
|
42
Gemfile.lock
42
Gemfile.lock
|
@ -11,6 +11,7 @@ GIT
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
remote: https://code.stripe.com/
|
||||||
specs:
|
specs:
|
||||||
acme-client (0.6.1)
|
acme-client (0.6.1)
|
||||||
faraday (~> 0.9, >= 0.9.1)
|
faraday (~> 0.9, >= 0.9.1)
|
||||||
|
@ -26,7 +27,6 @@ GEM
|
||||||
ansi (1.5.0)
|
ansi (1.5.0)
|
||||||
base32 (0.3.2)
|
base32 (0.3.2)
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
blankslate (3.1.3)
|
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
byebug (9.1.0)
|
byebug (9.1.0)
|
||||||
capybara (2.16.1)
|
capybara (2.16.1)
|
||||||
|
@ -58,7 +58,7 @@ GEM
|
||||||
crass (1.0.3)
|
crass (1.0.3)
|
||||||
dante (0.2.0)
|
dante (0.2.0)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
domain_name (0.5.20170404)
|
domain_name (0.5.20180417)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
drydock (0.6.9)
|
drydock (0.6.9)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
|
@ -113,12 +113,7 @@ GEM
|
||||||
in_threads (1.5.0)
|
in_threads (1.5.0)
|
||||||
io-extra (1.2.8)
|
io-extra (1.2.8)
|
||||||
ipaddress (0.8.3)
|
ipaddress (0.8.3)
|
||||||
jimson-temp (0.9.4)
|
json (2.1.0)
|
||||||
blankslate (>= 3.1.2)
|
|
||||||
multi_json (>= 1.7.6)
|
|
||||||
rack (>= 1.4.5)
|
|
||||||
rest-client (>= 1.6.7)
|
|
||||||
json (1.8.6)
|
|
||||||
loofah (2.2.2)
|
loofah (2.2.2)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
|
@ -131,7 +126,9 @@ GEM
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
method_source (0.9.0)
|
method_source (0.9.0)
|
||||||
mime-types (2.99.3)
|
mime-types (3.2.2)
|
||||||
|
mime-types-data (~> 3.2015)
|
||||||
|
mime-types-data (3.2018.0812)
|
||||||
mini_mime (1.0.0)
|
mini_mime (1.0.0)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.3.0)
|
||||||
minitest (5.10.3)
|
minitest (5.10.3)
|
||||||
|
@ -151,6 +148,8 @@ GEM
|
||||||
multi_json (1.12.2)
|
multi_json (1.12.2)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
mustermann (1.0.2)
|
mustermann (1.0.2)
|
||||||
|
net-http-persistent (3.0.0)
|
||||||
|
connection_pool (~> 2.2)
|
||||||
net-scp (1.2.1)
|
net-scp (1.2.1)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (4.2.0)
|
net-ssh (4.2.0)
|
||||||
|
@ -192,10 +191,10 @@ GEM
|
||||||
redis (3.3.5)
|
redis (3.3.5)
|
||||||
redis-namespace (1.6.0)
|
redis-namespace (1.6.0)
|
||||||
redis (>= 3.0.4)
|
redis (>= 3.0.4)
|
||||||
rest-client (1.8.0)
|
rest-client (2.0.2)
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 4.0)
|
||||||
netrc (~> 0.7)
|
netrc (~> 0.8)
|
||||||
rinku (2.0.4)
|
rinku (2.0.4)
|
||||||
rmagick (2.16.0)
|
rmagick (2.16.0)
|
||||||
ruby-progressbar (1.9.0)
|
ruby-progressbar (1.9.0)
|
||||||
|
@ -244,14 +243,13 @@ GEM
|
||||||
sinatra-xsendfile (0.4.2)
|
sinatra-xsendfile (0.4.2)
|
||||||
sinatra (>= 0.9.1)
|
sinatra (>= 0.9.1)
|
||||||
storable (0.8.9)
|
storable (0.8.9)
|
||||||
stripe (1.15.0)
|
stripe (4.2.0)
|
||||||
json (~> 1.8.1)
|
faraday (~> 0.13)
|
||||||
mime-types (>= 1.25, < 3.0)
|
net-http-persistent (~> 3.0)
|
||||||
rest-client (~> 1.4)
|
stripe-ruby-mock (2.5.6)
|
||||||
stripe-ruby-mock (2.0.1)
|
|
||||||
dante (>= 0.2.0)
|
dante (>= 0.2.0)
|
||||||
jimson-temp
|
multi_json (~> 1.0)
|
||||||
stripe (>= 1.15.0)
|
stripe (>= 2.0.3)
|
||||||
sysinfo (0.8.1)
|
sysinfo (0.8.1)
|
||||||
drydock
|
drydock
|
||||||
storable
|
storable
|
||||||
|
@ -267,7 +265,7 @@ GEM
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.4)
|
unf_ext (0.0.7.5)
|
||||||
uuidtools (2.1.5)
|
uuidtools (2.1.5)
|
||||||
webmock (3.1.1)
|
webmock (3.1.1)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
|
@ -349,8 +347,8 @@ DEPENDENCIES
|
||||||
sinatra (= 2.0.3)
|
sinatra (= 2.0.3)
|
||||||
sinatra-flash
|
sinatra-flash
|
||||||
sinatra-xsendfile
|
sinatra-xsendfile
|
||||||
stripe (= 1.15.0)
|
stripe (= 4.2.0)!
|
||||||
stripe-ruby-mock (= 2.0.1)
|
stripe-ruby-mock (= 2.5.6)
|
||||||
thread
|
thread
|
||||||
tilt
|
tilt
|
||||||
timecop
|
timecop
|
||||||
|
|
Loading…
Add table
Reference in a new issue