Skip to content

Commit

Permalink
Use Hashrocket => because we support Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Sep 15, 2016
1 parent c9aa76a commit 718a6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/install/gemfile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
simulate_ruby_engine "jruby", "9.1.2.0" do
install_gemfile! <<-G
source "https://rubygems.org"
ruby "2.3.0", :engine => :jruby, engine_version: "9.1.2.0"
ruby "2.3.0", :engine => :jruby, :engine_version => "9.1.2.0"
G

expect(out).to match(/Bundle complete!/)
Expand All @@ -86,7 +86,7 @@
simulate_ruby_engine "jruby", "9.1.2.0" do
install_gemfile! <<-G
source "file://#{gem_repo1}"
ruby "2.3.0", :engine => :jruby, engine_version: "9.1.2.0"
ruby "2.3.0", :engine => :jruby, :engine_version => "9.1.2.0"
gem "rack"
G

Expand Down

0 comments on commit 718a6d8

Please sign in to comment.