Skip to content

Commit e367969

Browse files
committed
Use upstream version of Combustion which is compatible with Trilogy
See: pat/combustion@c2b32b2
1 parent 50128ec commit e367969

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ source 'https://rubygems.org'
55
gemspec
66

77
gem 'appraisal', git: 'https://github.com/n-rodriguez/appraisal.git', branch: 'wip/combustion'
8+
gem 'combustion', git: 'https://github.com/pat/combustion.git'

gemfiles/rails_6.0.6.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
6+
gem "combustion", git: "https://github.com/pat/combustion.git"
67
gem "rails", "6.0.6"
78

89
install_if -> { ENV["DB_ADAPTER"] == "sqlite3" } do

gemfiles/rails_6.1.7.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
6+
gem "combustion", git: "https://github.com/pat/combustion.git"
67
gem "rails", "6.1.7"
78

89
install_if -> { ENV["DB_ADAPTER"] == "sqlite3" } do

gemfiles/rails_7.0.8.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
6+
gem "combustion", git: "https://github.com/pat/combustion.git"
67
gem "rails", "7.0.8"
78

89
install_if -> { ENV["DB_ADAPTER"] == "sqlite3" } do

gemfiles/rails_7.1.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
6+
gem "combustion", git: "https://github.com/pat/combustion.git"
67
gem "rails", "7.1.0"
78

89
install_if -> { ENV["DB_ADAPTER"] == "sqlite3" } do

0 commit comments

Comments
 (0)