mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Rubocop -a for 2.4.1 sake
This commit is contained in:
parent
e3035f5b0a
commit
ac2a25d93c
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "pundit/version"
|
require "pundit/version"
|
||||||
require "pundit/policy_finder"
|
require "pundit/policy_finder"
|
||||||
require "active_support/concern"
|
require "active_support/concern"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Pundit
|
module Pundit
|
||||||
VERSION = "1.1.0".freeze
|
VERSION = "1.1.0".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
lib = File.expand_path("../lib", __FILE__)
|
lib = File.expand_path("../lib", __FILE__)
|
||||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||||
require "pundit/version"
|
require "pundit/version"
|
||||||
|
|
Loading…
Reference in a new issue