Skip to content

Commit

Permalink
Drop dependency on ruby2_keywords
Browse files Browse the repository at this point in the history
Now that Ruby < 2.7 is not supported (activeadmin#345) this isn't needed anymore
  • Loading branch information
Earlopain committed Feb 23, 2024
1 parent 2d8d938 commit a529589
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

GEM
remote: http://rubygems.org/
Expand Down
1 change: 0 additions & 1 deletion arbre.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.7'

s.add_dependency("activesupport", ">= 3.0.0")
s.add_dependency("ruby2_keywords", ">= 0.0.2")
end
2 changes: 0 additions & 2 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -191,7 +190,6 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -197,7 +196,6 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
1 change: 0 additions & 1 deletion lib/arbre/context.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'arbre/element'
require 'ruby2_keywords'

module Arbre

Expand Down
1 change: 0 additions & 1 deletion lib/arbre/element.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
require 'arbre/element/builder_methods'
require 'arbre/element/proxy'
require 'arbre/element_collection'
require 'ruby2_keywords'

module Arbre

Expand Down

0 comments on commit a529589

Please sign in to comment.