Skip to content

Commit 8ba4d92

Browse files
Don't require rubygems
1 parent 800bf90 commit 8ba4d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rails_sql_views.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#++
2323

2424
$:.unshift(File.dirname(__FILE__))
25-
26-
require 'rubygems'
25+
2726
require 'active_record'
2827

2928
require 'core_ext/module'

0 commit comments

Comments
 (0)