File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33#### Features
44
55* [ #2572 ] ( https://github.com/ruby-grape/grape/pull/2572 ) : Drop support ruby 2.7 and active_support 6.1 - [ @ericproulx ] ( https://github.com/ericproulx ) .
6+ * Use ` require_relative ` instead of ` $LOAD_PATH ` in gemspec - [ @ericproulx ] ( https://github.com/ericproulx ) .
67* [ #2573 ] ( https://github.com/ruby-grape/grape/pull/2573 ) : Clean up deprecated code - [ @ericproulx ] ( https://github.com/ericproulx ) .
78* [ #2575 ] ( https://github.com/ruby-grape/grape/pull/2575 ) : Refactor Api description class - [ @ericproulx ] ( https://github.com/ericproulx ) .
89* [ #2577 ] ( https://github.com/ruby-grape/grape/pull/2577 ) : Deprecate ` return ` in endpoint execution - [ @ericproulx ] ( https://github.com/ericproulx ) .
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- $LOAD_PATH. unshift File . expand_path ( 'lib' , __dir__ )
4- require 'grape/version'
3+ require_relative 'lib/grape/version'
54
65Gem ::Specification . new do |s |
76 s . name = 'grape'
You can’t perform that action at this time.
0 commit comments