Gemfile in omnibus-7.0.13 vs Gemfile in omnibus-7.0.34
- old
+ new
@@ -9,12 +9,7 @@
end
group :debug do
gem "pry"
gem "pry-byebug"
- gem "pry-stack_explorer", "~> 0.4.0" # 0.4 allows us to still test Ruby 2.5
-end
-
-if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.5")
- gem "ohai", "<15"
- gem "activesupport", "~> 5.0"
+ gem "pry-stack_explorer"
end