Skip to content

Commit

Permalink
Revert "Remove appraisals"
Browse files Browse the repository at this point in the history
This reverts commit 9ca8e6a.
  • Loading branch information
benschwarz committed Aug 1, 2024
1 parent 8e1feb1 commit 5f61981
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
appraise "rails-7.0" do
gem "activerecord", "~> 7.0", require: "active_record"
gem "bcrypt", "~> 3.1"
gem "railties", "~> 7.1"
end
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gemspec

gem "appraisal"

group :test do
gem "rspec", "~> 3.0"
gem "rake"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
Expand Down Expand Up @@ -150,6 +154,7 @@ PLATFORMS

DEPENDENCIES
activerecord
appraisal
authem!
bcrypt
railties
Expand Down

0 comments on commit 5f61981

Please sign in to comment.