Skip to content

Commit

Permalink
move byebug into gemspec, don't restrict to dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdewey committed Sep 19, 2024
1 parent 2c9b4b4 commit 19e1bfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "byebug"
# Specify your gem's dependencies in datura.gemspec
gemspec
2 changes: 1 addition & 1 deletion datura.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "nokogiri", "~> 1.10"
spec.add_runtime_dependency "rest-client", "~> 2.1"
spec.add_runtime_dependency "pdf-reader", "~> 2.12"
spec.add_runtime_dependency "byebug", "~> 11.0"
spec.add_development_dependency "bundler", ">= 1.16.0", "< 3.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "byebug", "~> 11.0"
end

0 comments on commit 19e1bfe

Please sign in to comment.