Skip to content

Commit

Permalink
[build] add git gem to gemspec as a development dependency
Browse files Browse the repository at this point in the history
not needed for Ruby bindings but much easier to work with Rake tasks
  • Loading branch information
titusfortner committed Jan 25, 2024
1 parent 6ad24d3 commit 1f01bfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ GEM
ffi (1.16.3)
ffi (1.16.3-x64-mingw32)
fileutils (1.7.2)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
hashdiff (1.1.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -75,6 +78,7 @@ GEM
ffi (~> 1.0)
rbs (3.4.2)
abbrev
rchardet (1.8.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.9.0)
Expand Down Expand Up @@ -162,6 +166,7 @@ PLATFORMS

DEPENDENCIES
debug (~> 1.7)
git (~> 1.19)
rack (~> 2.0)
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
1 change: 1 addition & 0 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2', '< 3.0']
s.add_runtime_dependency 'websocket', ['~> 1.0']

s.add_development_dependency 'git', ['~> 1.19']
s.add_development_dependency 'rack', ['~> 2.0']
s.add_development_dependency 'rake', ['~> 13.0']
s.add_development_dependency 'rspec', ['~> 3.0']
Expand Down

0 comments on commit 1f01bfe

Please sign in to comment.