Skip to content

Commit

Permalink
Update non-dev dependencies to not need rails (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored Sep 8, 2022
1 parent e0070a0 commit bdbd24b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stimpack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Stimpack
VERSION = "0.7.0".freeze
VERSION = "0.7.1".freeze
end
6 changes: 5 additions & 1 deletion stimpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ Gem::Specification.new do |spec|
spec.executables = Dir["exe/*"].map { |exe| File.basename(exe) }
spec.require_paths = ["lib"]

spec.add_dependency "rails"
spec.add_dependency "railties"
spec.add_dependency "activesupport"

spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "debug"
spec.add_development_dependency "sorbet"
spec.add_development_dependency "tapioca"

# We need this in test to load our test fixture Rails application, which represents the "client" of stimpack
spec.add_development_dependency "rails"
end

0 comments on commit bdbd24b

Please sign in to comment.