Skip to content

Commit

Permalink
Updates for Ruby 2.7.7, 3.1.3, 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maimer committed Mar 27, 2023
1 parent 3f2fcf9 commit c93c592
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 185 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ workflows:
matrix:
parameters:
ruby_version:
- '3.1.0'
- '2.7.5'
- '2.6.9'
- '3.2.1'
- '3.1.3'
- '2.7.7'
after-appraisal-install-steps:
- gem-tool/wait_mysql
35 changes: 10 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
*.gem
*.rbc
.bundle
.config
.DS_STORE
.idea
db
debug.log
coverage
Gemfile.lock
gemfiles/*.lock
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
storebasestiname_unittest.sql
test/tmp
test/version_tmp
tmp
/.bundle/
/coverage/
/pkg/
/tmp/

# YARD artifacts
.yardoc
_yardoc
doc/
# Only generate Appraisal gemfiles on CI
/gemfiles/

test/test.log
# Ignore generated files
Gemfile.lock
*.log
*.gem
2 changes: 1 addition & 1 deletion .ruby_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.1.0
ruby-3.2.1
14 changes: 1 addition & 13 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# frozen_string_literal: true

case RUBY_VERSION
when '2.6.9'
appraise "ruby-#{RUBY_VERSION}_activerecord60" do
source 'https://rubygems.org' do
gem 'activerecord', '~> 6.0.0'
end
end

appraise "ruby-#{RUBY_VERSION}_activerecord61" do
source 'https://rubygems.org' do
gem 'activerecord', '~> 6.1.0'
end
end
when '2.7.5', '3.1.0'
when '2.7.7', '3.1.3', '3.2.1'
appraise "ruby-#{RUBY_VERSION}_activerecord60" do
source 'https://rubygems.org' do
gem 'activerecord', '~> 6.0.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
source 'https://rubygems.org' # global source

source 'https://rubygems.org' do
gem 'activesupport', '>= 4.2', '< 7.1'
gem 'appraisal', '>= 2.3', '< 3'
gem 'activesupport', '>= 6', '< 7.1'
gem 'appraisal', '>= 2.4', '< 3'
gem 'bundler', '>= 2.2', '< 3'
gem 'minitest', '>= 5.15', '< 6'
gem 'minitest-reporters', '>= 1.4', '< 2'
gem 'mysql2', '>= 0.5.2', '< 1'
gem 'minitest', '>= 5.18', '< 6'
gem 'minitest-reporters', '>= 1.6', '< 2'
gem 'mysql2', '>= 0.5.5', '< 1'
gem 'rake', '>= 13', '< 14'
gem 'simplecov', '>= 0.21', '< 1', group: :test, require: false
gem 'simplecov', '>= 0.22', '< 1', group: :test, require: false
end

gemspec
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2022 AppFolio, Inc
Copyright (c) 2011-2023 AppFolio, Inc

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
17 changes: 0 additions & 17 deletions gemfiles/ruby_2.6.9_activerecord60.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_2.6.9_activerecord61.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_2.7.5_activerecord60.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_2.7.5_activerecord61.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_2.7.5_activerecord70.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_3.1.0_activerecord60.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_3.1.0_activerecord61.gemfile

This file was deleted.

17 changes: 0 additions & 17 deletions gemfiles/ruby_3.1.0_activerecord70.gemfile

This file was deleted.

0 comments on commit c93c592

Please sign in to comment.