File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 3
3
.bundle
4
4
.config
5
5
.yardoc
6
- Gemfile.lock
7
6
gemfiles /* .lock
8
7
InstalledFiles
9
8
_yardoc
Original file line number Diff line number Diff line change 11
11
gemfile :
12
12
- gemfiles/active_support_4.2.gemfile
13
13
- gemfiles/active_support_5.0.gemfile
14
+ before_install :
15
+ - " rm ${BUNDLE_GEMFILE}.lock"
14
16
matrix :
15
17
fast_finish : true
16
18
exclude :
Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rails-dom-testing (2.0.1 )
5
+ activesupport (>= 4.2.0 , < 6.0 )
6
+ nokogiri (~> 1.6.0 )
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activesupport (5.0.0 )
12
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
13
+ i18n (~> 0.7 )
14
+ minitest (~> 5.1 )
15
+ tzinfo (~> 1.1 )
16
+ concurrent-ruby (1.0.2 )
17
+ i18n (0.7.0 )
18
+ mini_portile2 (2.1.0 )
19
+ minitest (5.9.0 )
20
+ nokogiri (1.6.8 )
21
+ mini_portile2 (~> 2.1.0 )
22
+ pkg-config (~> 1.1.7 )
23
+ pkg-config (1.1.7 )
24
+ rake (11.2.2 )
25
+ thread_safe (0.3.5 )
26
+ tzinfo (1.2.2 )
27
+ thread_safe (~> 0.1 )
28
+
29
+ PLATFORMS
30
+ ruby
31
+
32
+ DEPENDENCIES
33
+ bundler (~> 1.3 )
34
+ minitest
35
+ rails-dom-testing !
36
+ rake
37
+
38
+ BUNDLED WITH
39
+ 1.12.5
You can’t perform that action at this time.
0 commit comments