We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927e006 commit 3d65a78Copy full SHA for 3d65a78
Gemfile
@@ -1,3 +1,5 @@
1
+# Version:20120305
2
+
3
source :rubygems
4
5
gem 'sqlite3'
script/bootstrap
@@ -111,7 +111,7 @@ __END__
111
#
112
# This file was generated by script/bootstrap.
113
root = File.expand_path('../..', __FILE__)
114
-require "#\{root\}/config/load"
+#require "#\{root\}/config/load"
115
gem_path = "#{spec.full_gem_path.sub(root, "#\{root\}")}"
116
load File.join(gem_path, '#{spec.bindir}', '#{executable}')
117
0 commit comments