Skip to content

Commit 85b416b

Browse files
committed
fix(github_hooks): upgrade rails version
1 parent ac699a3 commit 85b416b

File tree

2 files changed

+187
-161
lines changed

2 files changed

+187
-161
lines changed

github_hooks/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
44
gem "bundler", ">= 1.8.4"
55

66
gem "pg", "~> 1.1"
7-
gem "rails", "~> 8.0.0"
7+
gem "rails", ">= 8.0.2.1", "< 8.1"
88
gem "sprockets-rails"
99

1010
gem "excon", "~> 0.81.0"

0 commit comments

Comments
 (0)