Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Close #30
  • Loading branch information
sue445 committed Aug 9, 2024
1 parent 9a95084 commit 643101b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ source "https://rubygems.org"

# Specify your gem's dependencies in itamae-plugin-resource-encrypted_remote_file.gemspec
gemspec

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.4.0")
# base64 0.1.1+ doesn't work on Ruby 2.4+
gem "base64", "< 0.1.1"
end

0 comments on commit 643101b

Please sign in to comment.