Skip to content

Commit

Permalink
Backport 16250 8.14 (#16259)
Browse files Browse the repository at this point in the history
* sync notices

* backport 16250

Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>

---------

Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
  • Loading branch information
yaauie and mashhurs authored Jun 25, 2024
1 parent 04d193d commit bd7e408
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 44 deletions.
4 changes: 4 additions & 0 deletions Gemfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ gem "gems", "~> 1", :group => :build
gem "octokit", "~> 4.25", :group => :build
gem "rubyzip", "~> 1", :group => :build
gem "stud", "~> 0.0.22", :group => :build
# remove fileutils declaration when start using Ruby 3.2+, by default includes `fileutils-v1.7.0`
# (https://git.ruby-lang.org/ruby.git/commit/?h=ruby_3_2&id=05caafb4731c796890027cafedaac59dc108a23a)
# note that the reason to use 1.7.0 is due to https://github.com/logstash-plugins/logstash-integration-aws/issues/28
gem "fileutils", "~> 1.7"

gem "rubocop", :group => :development
gem "belzebuth", :group => :development
Expand Down
Loading

0 comments on commit bd7e408

Please sign in to comment.