Skip to content

Commit

Permalink
Require base64
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Jul 16, 2024
1 parent d36937d commit d6ca569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ end

gemspec

gem "base64"

group :benchmark, :test do
gem 'benchmark-ips'
gem 'memory_profiler'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.2.0)
benchmark-ips (2.13.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -57,6 +58,7 @@ PLATFORMS
ruby

DEPENDENCIES
base64
benchmark-ips
liquid!
liquid-c!
Expand Down

0 comments on commit d6ca569

Please sign in to comment.