We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3eac8c commit 0795f92Copy full SHA for 0795f92
rails_admin.gemspec
@@ -1,8 +1,6 @@
1
# frozen_string_literal: true
2
3
-lib = File.expand_path('lib', __dir__)
4
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
-require 'rails_admin/version'
+require_relative 'lib/rails_admin/version'
6
7
Gem::Specification.new do |spec|
8
# If you add a dependency, please maintain alphabetical order
0 commit comments