Skip to content

Commit

Permalink
Updated gems
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmamonchik committed Feb 10, 2024
1 parent c1b537e commit 844108e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
source 'https://rubygems.org'

platforms :ruby_19 do
gem 'mime-types', '~> 2.6'
gem 'rest-client', '~> 1.8'
end

group :test do
gem 'rake'
gem 'dotenv'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version `3.0.0` has [breaking changes](https://github.com/stripe-ruby-mock/strip

### Requirements

* ruby >= 2.6.0
* ruby >= 2.7.0
* stripe >= 5.0.0

### Specifications
Expand Down
3 changes: 1 addition & 2 deletions stripe-ruby-mock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |gem|
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'dante', '>= 0.2.0'

gem.add_development_dependency 'rspec', '~> 3.7.0'
gem.add_development_dependency 'rubygems-tasks', '~> 0.2'
gem.add_development_dependency 'rspec', '~> 3.13.0'
gem.add_development_dependency 'thin', '~> 1.8.1'
end

0 comments on commit 844108e

Please sign in to comment.