File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ source 'https://rubygems.org'
55gem 'awesome_print'
66gem 'colored2'
77gem 'rspec' , '~> 3.7.0'
8- gem 'rspec-its'
8+ gem 'rspec-its' , github : "rspec/rspec-its" , ref : "3d36b4a7b004ffa204a0e392f27c8b6b0b674ecf" # v1.3.0
99gem 'rubocop'
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/rspec/rspec-its.git
3+ revision: 3d36b4a7b004ffa204a0e392f27c8b6b0b674ecf
4+ ref: 3d36b4a7b004ffa204a0e392f27c8b6b0b674ecf
5+ specs:
6+ rspec-its (1.3.0 )
7+ rspec-core (>= 3.0.0 )
8+ rspec-expectations (>= 3.0.0 )
9+
110GEM
211 remote: https://rubygems.org/
312 specs:
2029 rspec-expectations (3.7.0 )
2130 diff-lcs (>= 1.2.0 , < 2.0 )
2231 rspec-support (~> 3.7.0 )
23- rspec-its (1.3.0 )
24- rspec-core (>= 3.0.0 )
25- rspec-expectations (>= 3.0.0 )
2632 rspec-mocks (3.7.0 )
2733 diff-lcs (>= 1.2.0 , < 2.0 )
2834 rspec-support (~> 3.7.0 )
@@ -48,7 +54,7 @@ DEPENDENCIES
4854 awesome_print
4955 colored2
5056 rspec (~> 3.7.0 )
51- rspec-its
57+ rspec-its !
5258 rubocop
5359
5460BUNDLED WITH
You can’t perform that action at this time.
0 commit comments