Skip to content

Commit

Permalink
Bump curb
Browse files Browse the repository at this point in the history
had trouble installing the old gem
  • Loading branch information
matthewford committed Mar 11, 2024
1 parent 6fb40da commit a5a4ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ gem 'nilify_blanks'

# We use it for sending API requests to Sendgrid in
# AdvancedEmailValidator
gem 'curb', '0.9.10'
gem 'curb', '~> 1.0.5'

# Web server
gem 'puma', '~> 5.6.8'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ GEM
cucumber-messages (22.0.0)
cuke_modeler (3.20.1)
cucumber-gherkin (< 28.0)
curb (0.9.10)
curb (1.0.5)
database_cleaner-active_record (2.1.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
Expand Down Expand Up @@ -784,7 +784,7 @@ DEPENDENCIES
coffee-rails (= 5.0)
connection_pool
country_select (~> 3.1)
curb (= 0.9.10)
curb (~> 1.0.5)
database_cleaner-active_record
decent_decoration
decent_exposure
Expand Down

0 comments on commit a5a4ba1

Please sign in to comment.