-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#11] Remove old ruby and rails versions from the supported versions
- Loading branch information
1 parent
504588e
commit 228401e
Showing
8 changed files
with
55 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# frozen_string_literal: true | ||
|
||
# This file was generated by Appraisal | ||
|
||
source 'http://rubygems.org' | ||
source "http://rubygems.org" | ||
|
||
gem 'rails', '~> 5.0.0' | ||
gem "rails", "~> 5.0.0" | ||
gem "perx-rubocop", "~> 0.0.3" | ||
|
||
group :local do | ||
gem 'guard-rspec', '~> 4.2' | ||
gem 'pry' | ||
gem "guard-rspec", "~> 4.2" | ||
gem "pry" | ||
end | ||
|
||
platforms :ruby do | ||
gem 'pg', '< 1.0.0' | ||
gem "pg", "< 1.0.0" | ||
end | ||
|
||
platforms :jruby do | ||
gem 'activerecord-jdbc-adapter', '~> 50.0' | ||
gem 'activerecord-jdbcmysql-adapter', '~> 50.0' | ||
gem 'activerecord-jdbcpostgresql-adapter', '~> 50.0' | ||
gem "activerecord-jdbc-adapter", "~> 50.0" | ||
gem "activerecord-jdbcpostgresql-adapter", "~> 50.0" | ||
gem "activerecord-jdbcmysql-adapter", "~> 50.0" | ||
end | ||
|
||
gemspec path: '../' | ||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# frozen_string_literal: true | ||
|
||
# This file was generated by Appraisal | ||
|
||
source 'http://rubygems.org' | ||
source "http://rubygems.org" | ||
|
||
gem 'rails', '~> 5.1.0' | ||
gem "rails", "~> 5.1.0" | ||
gem "perx-rubocop", "~> 0.0.3" | ||
|
||
group :local do | ||
gem 'guard-rspec', '~> 4.2' | ||
gem 'pry' | ||
gem "guard-rspec", "~> 4.2" | ||
gem "pry" | ||
end | ||
|
||
platforms :ruby do | ||
gem 'pg', '< 1.0.0' | ||
gem "pg", "< 1.0.0" | ||
end | ||
|
||
platforms :jruby do | ||
gem 'activerecord-jdbc-adapter', '~> 51.0' | ||
gem 'activerecord-jdbcmysql-adapter', '~> 51.0' | ||
gem 'activerecord-jdbcpostgresql-adapter', '~> 51.0' | ||
gem "activerecord-jdbc-adapter", "~> 51.0" | ||
gem "activerecord-jdbcpostgresql-adapter", "~> 51.0" | ||
gem "activerecord-jdbcmysql-adapter", "~> 51.0" | ||
end | ||
|
||
gemspec path: '../' | ||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
# This file was generated by Appraisal | ||
|
||
source 'http://rubygems.org' | ||
source "http://rubygems.org" | ||
|
||
gem 'rails', '~> 5.2.0' | ||
gem "rails", "~> 5.2.0" | ||
gem "perx-rubocop", "~> 0.0.3" | ||
|
||
group :local do | ||
gem 'guard-rspec', '~> 4.2' | ||
gem 'pry' | ||
gem "guard-rspec", "~> 4.2" | ||
gem "pry" | ||
end | ||
|
||
platforms :jruby do | ||
gem 'activerecord-jdbc-adapter', '~> 52.0' | ||
gem 'activerecord-jdbcmysql-adapter', '~> 52.0' | ||
gem 'activerecord-jdbcpostgresql-adapter', '~> 52.0' | ||
gem "activerecord-jdbc-adapter", "~> 52.0" | ||
gem "activerecord-jdbcpostgresql-adapter", "~> 52.0" | ||
gem "activerecord-jdbcmysql-adapter", "~> 52.0" | ||
end | ||
|
||
gemspec path: '../' | ||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# frozen_string_literal: true | ||
|
||
# This file was generated by Appraisal | ||
|
||
source 'http://rubygems.org' | ||
source "http://rubygems.org" | ||
|
||
gem 'rails', '~> 6.0.0.rc1' | ||
gem "rails", "~> 6.0.0" | ||
gem "perx-rubocop", "~> 0.0.3" | ||
|
||
group :local do | ||
gem 'guard-rspec', '~> 4.2' | ||
gem 'pry' | ||
gem "guard-rspec", "~> 4.2" | ||
gem "pry" | ||
end | ||
|
||
platforms :ruby do | ||
gem 'sqlite3', '~> 1.4' | ||
gem "sqlite3", "~> 1.4" | ||
end | ||
|
||
platforms :jruby do | ||
gem 'activerecord-jdbc-adapter', '~> 60.0.rc1' | ||
gem 'activerecord-jdbcmysql-adapter', '~> 60.0.rc1' | ||
gem 'activerecord-jdbcpostgresql-adapter', '~> 60.0.rc1' | ||
gem "activerecord-jdbc-adapter", "~> 60.0" | ||
gem "activerecord-jdbcpostgresql-adapter", "~> 60.0" | ||
gem "activerecord-jdbcmysql-adapter", "~> 60.0" | ||
end | ||
|
||
gemspec path: '../' | ||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# frozen_string_literal: true | ||
|
||
# This file was generated by Appraisal | ||
|
||
source 'http://rubygems.org' | ||
source "http://rubygems.org" | ||
|
||
gem 'rails', git: 'https://github.com/rails/rails.git' | ||
gem "rails", git: "https://github.com/rails/rails.git" | ||
gem "perx-rubocop", "~> 0.0.3" | ||
|
||
group :local do | ||
gem 'guard-rspec', '~> 4.2' | ||
gem 'pry' | ||
gem "guard-rspec", "~> 4.2" | ||
gem "pry" | ||
end | ||
|
||
platforms :ruby do | ||
gem 'sqlite3', '~> 1.4' | ||
gem "sqlite3", "~> 1.4" | ||
end | ||
|
||
platforms :jruby do | ||
gem 'activerecord-jdbc-adapter', '~> 52.0' | ||
gem 'activerecord-jdbcmysql-adapter', '~> 52.0' | ||
gem 'activerecord-jdbcpostgresql-adapter', '~> 52.0' | ||
gem "activerecord-jdbc-adapter", "~> 52.0" | ||
gem "activerecord-jdbcpostgresql-adapter", "~> 52.0" | ||
gem "activerecord-jdbcmysql-adapter", "~> 52.0" | ||
end | ||
|
||
gemspec path: '../' | ||
gemspec path: "../" |