Skip to content

Commit

Permalink
Add missing Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed May 23, 2024
1 parent e1ad58c commit 1c50bb6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions gemfiles/activerecord_5.2.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 5.2.2", require: "active_record"
gem "activesupport", "~> 5.2.2", require: "active_support/all"
gem "actionpack", "~> 5.2.2", require: "action_pack"

platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter"
gem "jdbc-sqlite3"
gem "jdbc-postgres"
end

platforms :ruby, :mswin, :mingw do
gem "pg", "~> 1.3.4"
gem "sqlite3", "~> 1.7.3"
end

gemspec path: "../"

0 comments on commit 1c50bb6

Please sign in to comment.