Skip to content

Commit

Permalink
Remove a few leftovers (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren authored Sep 12, 2024
1 parent 372ffe5 commit 206aee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rails_twirp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split("\n")

spec.add_runtime_dependency "rails", ">= 6.1.3", "!= 7.1"
spec.add_runtime_dependency "twirp", ">= 1.9", "!= 1.11"
spec.add_runtime_dependency "twirp", ">= 1.9"
spec.add_development_dependency "pry"

spec.required_ruby_version = ">= 3"
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
require "rails/test_help"
require "rails/test_unit/reporter"
require "pry"
Rails::TestUnitReporter.executable = "bin/test"

# Load fixtures from the engine
Expand Down

0 comments on commit 206aee9

Please sign in to comment.