Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90ef383

Browse files
committed
💚 Use backports/2.5.0/string/delete_prefix
1 parent 7e96508 commit 90ef383

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ruby >= 2.3.0 (claimed, but not true, minimum support is Ruby 2.4)
2+
# Last version supporting Ruby <= 2.6
3+
gem "erb", "~> 2.2.2"
4+
5+
# Pin CGI to a version compatible with Ruby 2.4.
6+
gem "cgi", "~> 0.1.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
eval_gemfile "../../erb/r2.6/v2.2.gemfile"
1+
eval_gemfile "../../erb/r2.4/v2.2.gemfile"
22
eval_gemfile "../../mutex_m/r2.4/v0.1.gemfile"
33
eval_gemfile "../../stringio/r2.4/v0.0.2.gemfile"

‎spec/ext/backports.rb‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# frozen_string_literal: true
22

33
require "backports/2.5.0/hash/transform_keys"
4+
require "backports/2.5.0/string/delete_prefix"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /