Skip to content

Commit

Permalink
cleanup bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jul 14, 2022
1 parent 023b132 commit 63492fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org/"

# Only needed for examples
gem "thin-attach_socket"
#gem "thin-attach_socket"

# Specify your gem's dependencies in einhorn.gemspec
gemspec
Expand Down
8 changes: 4 additions & 4 deletions einhorn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |gem|
"changelog_uri" => "https://github.com/contribsys/einhorn/blob/main/Changes.md"
}

gem.add_development_dependency "rake"
gem.add_development_dependency "minitest"
gem.add_development_dependency "mocha"
gem.add_development_dependency "subprocess"
gem.add_development_dependency "rake", "~> 13"
gem.add_development_dependency "minitest", "~> 5"
gem.add_development_dependency "mocha", "~> 1"
gem.add_development_dependency "subprocess", "~> 1"
end

0 comments on commit 63492fb

Please sign in to comment.