Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Mar 27, 2020
1 parent 2599590 commit 6ab76ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: bundle --version
- run: gem --version
- ruby-orbs/bundle-install:
cache_key_prefix: "v5-rspec"
cache_key_prefix: "v7-rspec"
with_gemfile_lock: false
gemspec_name: "itest5ch"
update_always: true
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- checkout
- ruby-orbs/bundle-install:
cache_key_prefix: "v5-rubocop"
cache_key_prefix: "v7-rubocop"
with_gemfile_lock: false
gemspec_name: "itest5ch"
update_always: true
Expand Down
4 changes: 2 additions & 2 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require "itest5ch"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

require "pry"
Pry.start
require "irb"
IRB.start
1 change: 0 additions & 1 deletion itest5ch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "activesupport"
spec.add_development_dependency "bundler", ">= 1.16"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rake", ">= 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rspec-its"
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
require "itest5ch"
require "rspec/its"
require "webmock/rspec"
require "pry"
require "active_support/time"
require "rspec-parameterized"
require "open-uri"
Expand Down

0 comments on commit 6ab76ef

Please sign in to comment.