Skip to content

Commit

Permalink
Remove inflecto
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 19, 2025
1 parent fd4a683 commit 96f285d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ eval_gemfile "Gemfile.devtools"

group :test do
gem "codeclimate-test-reporter", require: false
gem "inflecto"
gem "jdbc-sqlite3", platforms: :jruby
gem "rspec", "~> 3.5"
gem "sqlite3", platforms: %i[mri rbx]
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Warning.process { |w| raise w } if ENV["FAIL_ON_WARNINGS"].eql?("true")

require "rom-yesql"
require "inflecto"
require "logger"

begin
Expand Down

0 comments on commit 96f285d

Please sign in to comment.