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.
2 parents fdf2e79 + a3c7ef4 commit 5a59d13Copy full SHA for 5a59d13
lib/iruby/command.rb
@@ -106,7 +106,7 @@ def check_registered_kernel
106
def check_bundler
107
require 'bundler'
108
raise %q{iruby is missing from Gemfile. This might not work.
109
-Add `gem 'iruby'` to your Gemfile to fix it.} unless Bundler.definition.dependencies.any? {|s| s.name == 'iruby' }
+Add `gem 'iruby'` to your Gemfile to fix it.} unless Bundler.definition.specs.any? {|s| s.name == 'iruby' }
110
Bundler.setup
111
rescue LoadError
112
rescue Exception => e
0 commit comments