Skip to content

Commit 2f987d0

Browse files
committed
Commit Gemfile.lock.
Makes it easier to see which versions we're developing with. Also remove the lock file on Travis, such that we always run with the newest gems there.
1 parent b2d8e12 commit 2f987d0

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.bundle
44
.config
55
.yardoc
6-
Gemfile.lock
76
gemfiles/*.lock
87
InstalledFiles
98
_yardoc

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ rvm:
1111
gemfile:
1212
- gemfiles/active_support_4.2.gemfile
1313
- gemfiles/active_support_5.0.gemfile
14+
before_install:
15+
- "rm ${BUNDLE_GEMFILE}.lock"
1416
matrix:
1517
fast_finish: true
1618
exclude:

Gemfile.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

0 commit comments

Comments
 (0)