Skip to content

Commit

Permalink
Debugging GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Dec 31, 2022
1 parent 5579d59 commit ef3b3cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
appraise "rails_5_2" do
gem "rails", "5.2.3"
gem "sqlite3", "~> 1.4"
gem 'net-smtp', require: false
end

appraise "rails_6_0" do
gem "rails", "6.0.5"
gem "sqlite3", "~> 1.4"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.1)
maildown (4.0.0)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.1)
maildown (4.0.0)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maildown (3.3.1)
maildown (4.0.0)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_head.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GIT
PATH
remote: ..
specs:
maildown (3.3.1)
maildown (4.0.0)
actionmailer (>= 4.0.0)
kramdown-parser-gfm

Expand Down Expand Up @@ -185,4 +185,4 @@ DEPENDENCIES
sqlite3 (~> 1.4)

BUNDLED WITH
2.3.15
2.3.26

0 comments on commit ef3b3cd

Please sign in to comment.