Skip to content

Commit 3d65a78

Browse files
committed
77 Remove unnecessary load, Gemfile versionable
1 parent 927e006 commit 3d65a78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Version:20120305
2+
13
source :rubygems
24

35
gem 'sqlite3'

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ __END__
111111
#
112112
# This file was generated by script/bootstrap.
113113
root = File.expand_path('../..', __FILE__)
114-
require "#\{root\}/config/load"
114+
#require "#\{root\}/config/load"
115115
gem_path = "#{spec.full_gem_path.sub(root, "#\{root\}")}"
116116
load File.join(gem_path, '#{spec.bindir}', '#{executable}')
117117

0 commit comments

Comments
 (0)