Skip to content

Commit e0368b9

Browse files
Earlopainjavierjulio
authored andcommitted
Drop dependency on ruby2_keywords
Now that Ruby < 2.7 is not supported (#345) this isn't needed anymore
1 parent 729a91d commit e0368b9

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PATH
33
specs:
44
arbre (2.0.0)
55
activesupport (>= 3.0.0)
6-
ruby2_keywords (>= 0.0.2)
76

87
GEM
98
remote: http://rubygems.org/

arbre.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ Gem::Specification.new do |s|
2525
s.required_ruby_version = '>= 2.7'
2626

2727
s.add_dependency("activesupport", ">= 3.0.0")
28-
s.add_dependency("ruby2_keywords", ">= 0.0.2")
2928
end

gemfiles/rails_61/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PATH
33
specs:
44
arbre (2.0.0)
55
activesupport (>= 3.0.0)
6-
ruby2_keywords (>= 0.0.2)
76

87
GEM
98
remote: http://rubygems.org/
@@ -191,7 +190,6 @@ GEM
191190
rspec-mocks (~> 3.12)
192191
rspec-support (~> 3.12)
193192
rspec-support (3.12.1)
194-
ruby2_keywords (0.0.5)
195193
simplecov (0.22.0)
196194
docile (~> 1.1)
197195
simplecov-html (~> 0.11)

gemfiles/rails_70/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PATH
33
specs:
44
arbre (2.0.0)
55
activesupport (>= 3.0.0)
6-
ruby2_keywords (>= 0.0.2)
76

87
GEM
98
remote: http://rubygems.org/
@@ -197,7 +196,6 @@ GEM
197196
rspec-mocks (~> 3.12)
198197
rspec-support (~> 3.12)
199198
rspec-support (3.12.1)
200-
ruby2_keywords (0.0.5)
201199
simplecov (0.22.0)
202200
docile (~> 1.1)
203201
simplecov-html (~> 0.11)

lib/arbre/context.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22
require 'arbre/element'
3-
require 'ruby2_keywords'
43

54
module Arbre
65

lib/arbre/element.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require 'arbre/element/builder_methods'
33
require 'arbre/element/proxy'
44
require 'arbre/element_collection'
5-
require 'ruby2_keywords'
65

76
module Arbre
87

0 commit comments

Comments
 (0)