Skip to content

Commit 25155aa

Browse files
committed
Use git source in Gemfile of example (Test-driven)
1 parent 65d828b commit 25155aa

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

examples/simple_script/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source 'https://rubygems.org'
55
gem 'awesome_print'
66
gem 'colored2'
77
gem 'rspec', '~> 3.7.0'
8-
gem 'rspec-its'
8+
gem 'rspec-its', github: "rspec/rspec-its", ref: "3d36b4a7b004ffa204a0e392f27c8b6b0b674ecf" # v1.3.0
99
gem 'rubocop'

examples/simple_script/Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
GEM
211
remote: https://rubygems.org/
312
specs:
@@ -20,9 +29,6 @@ GEM
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

5460
BUNDLED WITH

0 commit comments

Comments
 (0)