Skip to content

Commit 088dec4

Browse files
author
github-actions
committed
Remove gem: base64
1 parent 14ba463 commit 088dec4

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ gem "rollbar" # Error tracking in production
1919
gem "appdev_support" # Learning helpers (nicer error messages, etc.)
2020
gem "cgi" # Required for Ruby 4.0+ (removed from stdlib)
2121
gem "tsort" # Required for Ruby 4.0+ (moving out of default gems)
22-
gem "base64", ">= 0.3.0" # Required for Ruby 4.0+ (moving out of default gems)
2322

2423
group :development, :test do
2524
gem "debug", platforms: %i[mri windows], require: "debug/prelude" # Ruby debugger

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ DEPENDENCIES
517517
amazing_print
518518
annotaterb
519519
appdev_support
520-
base64 (>= 0.3.0)
521520
better_errors
522521
binding_of_caller (~> 2.0.0)
523522
bootsnap

0 commit comments

Comments
 (0)