Skip to content

Commit

Permalink
CI: Add base64 gem as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 28, 2024
1 parent 3d36372 commit 21ba024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Expand Up @@ -5,5 +5,6 @@ source 'https://rubygems.org'
gem 'rails', '6.1.3.1'
gem 'sqlite3'
gem 'mutex_m'
gem 'base64'

gemspec :path => '../'
1 change: 1 addition & 0 deletions gemfiles/rails_7.gemfile
Expand Up @@ -4,5 +4,6 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.3'
gem 'sqlite3'
gem 'base64'

gemspec :path => '../'

0 comments on commit 21ba024

Please sign in to comment.