We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f822e6 commit 413a113Copy full SHA for 413a113
lib/gemstash/cli/info.rb
@@ -12,9 +12,6 @@ class Info < Gemstash::CLI::Base
12
def run
13
prepare
14
list_config
15
-
16
- # Gemstash::DB
17
- # Gemstash::Env.current.db.dump_schema_migration(same_db: true)
18
end
19
20
private
spec/support/jruby_binstubs/gem_server_conformance
@@ -1,4 +1,5 @@
1
require "rubygems"
2
+require "bundler/setup"
3
4
begin
5
load Gem.bin_path("gem_server_conformance", "gem_server_conformance")
0 commit comments