File tree Expand file tree Collapse file tree 2 files changed +28
-25
lines changed Expand file tree Collapse file tree 2 files changed +28
-25
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "bundler-audit" , "~> 0.5 .0"
3
+ gem "bundler-audit" , "~> 0.6 .0"
4
4
gem "versionomy" , "~> 0.5.0"
5
- gem "rake"
5
+
6
+ group :development do
7
+ gem "rake"
8
+ end
6
9
7
10
group :test do
8
11
gem "pry"
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
blockenspiel (0.5.0 )
5
- bundler-audit (0.5 .0 )
5
+ bundler-audit (0.6 .0 )
6
6
bundler (~> 1.2 )
7
7
thor (~> 0.18 )
8
- coderay (1.1.1 )
9
- diff-lcs (1.2.5 )
10
- method_source (0.8.2 )
11
- pry (0.10.4 )
8
+ coderay (1.1.2 )
9
+ diff-lcs (1.3 )
10
+ json (2.1.0 )
11
+ method_source (0.9.0 )
12
+ pry (0.11.3 )
12
13
coderay (~> 1.1.0 )
13
- method_source (~> 0.8.1 )
14
- slop (~> 3.4 )
15
- rake (10.4.2 )
16
- rspec (3.3.0 )
17
- rspec-core (~> 3.3.0 )
18
- rspec-expectations (~> 3.3.0 )
19
- rspec-mocks (~> 3.3.0 )
20
- rspec-core (3.3.1 )
21
- rspec-support (~> 3.3.0 )
22
- rspec-expectations (3.3.0 )
14
+ method_source (~> 0.9.0 )
15
+ rake (12.2.1 )
16
+ rspec (3.7.0 )
17
+ rspec-core (~> 3.7.0 )
18
+ rspec-expectations (~> 3.7.0 )
19
+ rspec-mocks (~> 3.7.0 )
20
+ rspec-core (3.7.0 )
21
+ rspec-support (~> 3.7.0 )
22
+ rspec-expectations (3.7.0 )
23
23
diff-lcs (>= 1.2.0 , < 2.0 )
24
- rspec-support (~> 3.3 .0 )
25
- rspec-mocks (3.3.1 )
24
+ rspec-support (~> 3.7 .0 )
25
+ rspec-mocks (3.7.0 )
26
26
diff-lcs (>= 1.2.0 , < 2.0 )
27
- rspec-support (~> 3.3.0 )
28
- rspec-support (3.3.0 )
29
- slop (3.6.0 )
30
- thor (0.19.1 )
27
+ rspec-support (~> 3.7.0 )
28
+ rspec-support (3.7.0 )
29
+ thor (0.20.0 )
31
30
versionomy (0.5.0 )
32
31
blockenspiel (~> 0.5 )
33
32
34
33
PLATFORMS
35
34
ruby
36
35
37
36
DEPENDENCIES
38
- bundler-audit (~> 0.5.0 )
37
+ bundler-audit (~> 0.6.0 )
38
+ json
39
39
pry
40
40
rake
41
41
rspec
42
42
versionomy (~> 0.5.0 )
43
43
44
44
BUNDLED WITH
45
- 1.15.3
45
+ 1.16.0
You can’t perform that action at this time.
0 commit comments