Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
Clean up gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jun 9, 2021
1 parent 6011f7c commit 33f544e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ gem "local_time", "~> 2.1"
gem "name_of_person", "~> 1.0"
gem "noticed", "~> 1.3"
gem "oj", "~> 3.8", ">= 3.8.1"
gem "omniauth", "~> 1.9", ">= 1.9.1"
gem "pagy", "~> 4.1"
gem "pay", "~> 2.6.0"
gem "pg_search", "~> 2.3"
Expand All @@ -80,9 +81,6 @@ gem "receipts", "~> 1.0.0"
gem "rotp", "~> 6.2"
gem "rqrcode"
gem "ruby-oembed", "~> 0.14.0", require: "oembed"

# We always want the latest versions of these gems, so no version numbers
gem "omniauth", "~> 1.9", ">= 1.9.1"
gem "strong_migrations", "~> 0.7.6"
gem "whenever", require: false

Expand Down

0 comments on commit 33f544e

Please sign in to comment.