Skip to content

Commit

Permalink
Maybe fix the builds for Rails edge
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Jan 3, 2023
1 parent 0584e79 commit 57edd64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
env:
BUNDLE_GEMFILE: gemfiles/rails_edge.gemfile
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -145,7 +145,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ appraise "rails_70" do
end

appraise "rails_edge" do
git 'git://github.com/rails/rails.git' do
git 'https://github.com/rails/rails.git' do
gem "activesupport", require: 'active_support'
gem "actionpack", require: 'action_pack'
gem "railties"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ gem "activesupport", "~> 4.2.0"
gem "actionpack", "~> 4.2.0"
gem "railties", "~> 4.2.0"
gem "minitest", "~> 5.3.4"
gem 'nokogiri', '1.6.8.1' if RUBY_VERSION == "2.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

git "git://github.com/rails/rails.git" do
git "https://github.com/rails/rails.git" do
gem "activesupport", require: "active_support"
gem "actionpack", require: "action_pack"
gem "railties"
Expand Down

0 comments on commit 57edd64

Please sign in to comment.