Skip to content

Commit

Permalink
👷 Move byebug to Gemfile because it is platform specific
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Feb 28, 2024
1 parent 34e2f34 commit 06415df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in debug_logging.gemspec
gemspec

platform :mri do
# Debugging
gem "byebug", ">= 11"
end
3 changes: 0 additions & 3 deletions debug_logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ Automatically log selected methods and their arguments as they are called at run
# Optional
spec.add_development_dependency("activesupport", ">= 5.2.4.4")

# Debugging
spec.add_development_dependency("byebug", ">= 11")

# Utilities
spec.add_development_dependency("rake", ">= 13")

Expand Down

0 comments on commit 06415df

Please sign in to comment.