Skip to content

Commit

Permalink
upgrade typed_params
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 17, 2023
1 parent 46b8b6e commit 8ade8b2
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 @@ -20,7 +20,7 @@ gem 'redis', '~> 4.7.1'
gem 'request_migrations', '~> 1.1'

# API params
gem 'typed_params', '~> 1.0.3'
gem 'typed_params', '~> 1.1'

# JSON API serializers
gem 'json', '~> 2.3.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ GEM
timecop (0.9.5)
timeout (0.4.0)
tracer (0.1.1)
typed_params (1.0.3)
typed_params (1.1.0)
rails (>= 6.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -523,7 +523,7 @@ DEPENDENCIES
stripe-ruby-mock!
timecop (~> 0.9.5)
tracer
typed_params (~> 1.0.3)
typed_params (~> 1.1)
uri (>= 0.12.2)
webmock (~> 3.14.0)
whacamole
Expand Down

0 comments on commit 8ade8b2

Please sign in to comment.