Skip to content

Commit c3720ad

Browse files
committed
Revert "Merge pull request rails#47789 from yahonda/7-0-stable_ruby33"
This reverts commit be19736.
1 parent 8a556dc commit c3720ad

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ group :cable do
9393
gem "websocket-client-simple", github: "matthewd/websocket-client-simple", branch: "close-race", require: false
9494

9595
gem "blade", require: false, platforms: [:ruby]
96-
gem "cookiejar", github: "yahonda/cookiejar", branch: "ruby33", require: false, platforms: [:ruby]
9796
gem "blade-sauce_labs_plugin", require: false, platforms: [:ruby]
9897
gem "sprockets-export", require: false
9998
end

Gemfile.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ GIT
2727
redis-namespace (1.8.1)
2828
redis (>= 3.0.4)
2929

30-
GIT
31-
remote: https://github.com/yahonda/cookiejar.git
32-
revision: ebcde134a62ec9dccbc81b71d62e0f6f91b2571f
33-
branch: ruby33
34-
specs:
35-
cookiejar (0.3.3)
36-
3730
PATH
3831
remote: .
3932
specs:
@@ -199,6 +192,7 @@ GEM
199192
coffee-script-source (1.12.2)
200193
concurrent-ruby (1.1.8)
201194
connection_pool (2.2.5)
195+
cookiejar (0.3.3)
202196
crack (0.4.5)
203197
rexml
204198
crass (1.0.6)
@@ -570,7 +564,6 @@ DEPENDENCIES
570564
capybara (>= 3.26)
571565
cgi (>= 0.3.6)
572566
connection_pool
573-
cookiejar!
574567
dalli
575568
delayed_job
576569
delayed_job_active_record

0 commit comments

Comments
 (0)