Skip to content

Commit

Permalink
Remove all reference of Virtus (#249)
Browse files Browse the repository at this point in the history
It was removed in Grape 1.3: ruby-grape/grape#1920 / https://github.com/ruby-grape/grape/blob/master/UPGRADING.md#upgrading-to--130

I'm not sure this particular constant definition is useful anyway.
  • Loading branch information
ghiculescu authored May 26, 2020
1 parent 7c5dfbc commit 9e2ff71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/grape/all/grape.rbi
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# typed: strong

class Virtus::Attribute::Boolean
end

class Grape::API
Boolean = Virtus::Attribute::Boolean

sig do
params(
name: Symbol,
Expand Down

0 comments on commit 9e2ff71

Please sign in to comment.