File tree 2 files changed +15
-13
lines changed
dotfiles/.vim/bundle/vim-scala
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
gem 'vimrunner' , '0.3.0'
3
- gem 'rake' , '10.0.4 '
3
+ gem 'rake' , '12.3.3 '
4
4
gem 'rspec' , '~> 2.13.0'
5
5
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- diff-lcs (1.1.3 )
5
- rake (0.9.2.2 )
6
- rspec (2.9.0 )
7
- rspec-core (~> 2.9.0 )
8
- rspec-expectations (~> 2.9.0 )
9
- rspec-mocks (~> 2.9.0 )
10
- rspec-core (2.9.0 )
11
- rspec-expectations (2.9.1 )
12
- diff-lcs (~> 1.1.3 )
13
- rspec-mocks (2.9.0 )
4
+ diff-lcs (1.4.4 )
5
+ rake (12.3.3 )
6
+ rspec (2.13.0 )
7
+ rspec-core (~> 2.13.0 )
8
+ rspec-expectations (~> 2.13.0 )
9
+ rspec-mocks (~> 2.13.0 )
10
+ rspec-core (2.13.1 )
11
+ rspec-expectations (2.13.0 )
12
+ diff-lcs (>= 1.1.3 , < 2.0 )
13
+ rspec-mocks (2.13.1 )
14
+ vimrunner (0.3.0 )
14
15
15
16
PLATFORMS
16
17
ruby
17
18
18
19
DEPENDENCIES
19
- rake
20
- rspec
20
+ rake (= 12.3.3 )
21
+ rspec (~> 2.13.0 )
22
+ vimrunner (= 0.3.0 )
You can’t perform that action at this time.
0 commit comments