Skip to content

Commit

Permalink
Fix Shrine version specification in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RabidFire committed Nov 3, 2020
1 parent 1d57011 commit 1a6e143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'graphql-guard'
gem 'apollo_upload_server', '2.0.0.beta.1'

# Uploads
gem 'shrine', '~> 3.2', '>= 3.2.1'
gem 'shrine'
gem 'image_processing'
gem 'aws-sdk-s3', '~> 1'

Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ DEPENDENCIES
scout_apm
sentry-raven
shoulda-matchers!
shrine (~> 3.2, >= 3.2.1)
shrine
simplecov
sneakers
spring
Expand Down

0 comments on commit 1a6e143

Please sign in to comment.