Skip to content
Closed
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'cancancan', '~> 3.0' # authorization, Rails 6.0+ support
gem 'role_model', '~> 0.8.2' # roles

# payments
gem 'stripe', '~> 1.58.0'
gem 'stripe', '~> 13.5.1'

# bulk insert db capabilities added natively to Rails 6+
gem 'activerecord-import'
Expand Down Expand Up @@ -99,7 +99,7 @@ group :test do
gem 'webmock'
gem 'simplecov'
gem 'simplecov_json_formatter', '~> 0.1.4'
gem 'stripe-ruby-mock', '~> 2.4.1'
gem 'stripe-ruby-mock', '~> 5.0.0'
gem 'codeclimate-test-reporter'
gem 'zonebie'
gem 'timecop'
Expand Down
26 changes: 6 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ GEM
date (3.5.1)
diff-lcs (1.6.2)
docile (1.4.1)
domain_name (0.6.20240107)
dotenv (3.2.0)
dotenv-rails (3.2.0)
dotenv (= 3.2.0)
Expand Down Expand Up @@ -166,9 +165,6 @@ GEM
haml (>= 4.0.6)
railties (>= 5.1)
hashdiff (1.2.1)
http-accept (1.7.0)
http-cookie (1.1.0)
domain_name (~> 0.5)
httpclient (2.9.0)
mutex_m
i18n (1.14.8)
Expand Down Expand Up @@ -217,10 +213,6 @@ GEM
net-smtp
marcel (1.1.0)
method_source (1.1.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (6.0.1)
Expand All @@ -242,7 +234,6 @@ GEM
net-smtp (0.5.1)
net-protocol
net-ssh (7.3.0)
netrc (0.11.0)
newrelic_rpm (9.24.0)
nio4r (2.7.5)
nokogiri (1.19.0)
Expand Down Expand Up @@ -333,11 +324,6 @@ GEM
responders (3.2.0)
actionpack (>= 7.0)
railties (>= 7.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.4)
role_model (0.8.2)
rollbar (3.7.0)
Expand Down Expand Up @@ -439,12 +425,12 @@ GEM
net-ssh (>= 2.8.0)
ostruct
stringio (3.2.0)
stripe (1.58.0)
rest-client (>= 1.4, < 4.0)
stripe-ruby-mock (2.4.1)
stripe (13.5.1)
stripe-ruby-mock (5.0.0)
dante (>= 0.2.0)
drb (>= 2.0.4, < 3)
multi_json (~> 1.0)
stripe (>= 1.31.0, <= 1.58.0)
stripe (> 5, < 14)
temple (0.10.4)
test-unit (3.7.7)
power_assert
Expand Down Expand Up @@ -541,8 +527,8 @@ DEPENDENCIES
sidekiq-unique-jobs
simplecov
simplecov_json_formatter (~> 0.1.4)
stripe (~> 1.58.0)
stripe-ruby-mock (~> 2.4.1)
stripe (~> 13.5.1)
stripe-ruby-mock (~> 5.0.0)
test-unit
timecop
tzinfo-data
Expand Down