Skip to content

Commit 540a0b3

Browse files
committed
Fix appraisal gemfiles
1 parent 5811416 commit 540a0b3

File tree

6 files changed

+18
-24
lines changed

6 files changed

+18
-24
lines changed

gemfiles/rails_4.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
gem "activesupport", "~> 4.1.0"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"

gemfiles/rails_4.1.gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
2-
remote: ../
2+
remote: ..
33
specs:
4-
qbxml (0.3.0)
4+
qbxml (0.4.0)
55
activesupport (>= 4.1.0)
66
builder (~> 3.0)
77
nokogiri (~> 1.5)
@@ -19,7 +19,7 @@ GEM
1919
bundler
2020
rake
2121
thor (>= 0.14.0)
22-
builder (3.2.2)
22+
builder (3.2.3)
2323
coderay (1.1.1)
2424
diff-lcs (1.2.5)
2525
docile (1.1.5)
@@ -28,10 +28,8 @@ GEM
2828
method_source (0.8.2)
2929
mini_portile2 (2.1.0)
3030
minitest (5.9.0)
31-
nokogiri (1.6.8)
31+
nokogiri (1.7.2)
3232
mini_portile2 (~> 2.1.0)
33-
pkg-config (~> 1.1.7)
34-
pkg-config (1.1.7)
3533
pry (0.10.4)
3634
coderay (~> 1.1.0)
3735
method_source (~> 0.8.1)
@@ -77,4 +75,4 @@ DEPENDENCIES
7775
simplecov
7876

7977
BUNDLED WITH
80-
1.12.5
78+
1.15.0

gemfiles/rails_4.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
gem "activesupport", "~> 4.2.0"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"

gemfiles/rails_4.2.gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
2-
remote: ../
2+
remote: ..
33
specs:
4-
qbxml (0.3.0)
4+
qbxml (0.4.0)
55
activesupport (>= 4.1.0)
66
builder (~> 3.0)
77
nokogiri (~> 1.5)
@@ -19,7 +19,7 @@ GEM
1919
bundler
2020
rake
2121
thor (>= 0.14.0)
22-
builder (3.2.2)
22+
builder (3.2.3)
2323
coderay (1.1.1)
2424
diff-lcs (1.2.5)
2525
docile (1.1.5)
@@ -28,10 +28,8 @@ GEM
2828
method_source (0.8.2)
2929
mini_portile2 (2.1.0)
3030
minitest (5.9.0)
31-
nokogiri (1.6.8)
31+
nokogiri (1.7.2)
3232
mini_portile2 (~> 2.1.0)
33-
pkg-config (~> 1.1.7)
34-
pkg-config (1.1.7)
3533
pry (0.10.4)
3634
coderay (~> 1.1.0)
3735
method_source (~> 0.8.1)
@@ -77,4 +75,4 @@ DEPENDENCIES
7775
simplecov
7876

7977
BUNDLED WITH
80-
1.12.5
78+
1.15.0

gemfiles/rails_5.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
gem "activesupport", "~> 5.0.0"
66

7-
gemspec :path => "../"
7+
gemspec path: "../"

gemfiles/rails_5.0.gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
2-
remote: ../
2+
remote: ..
33
specs:
4-
qbxml (0.3.0)
4+
qbxml (0.4.0)
55
activesupport (>= 4.1.0)
66
builder (~> 3.0)
77
nokogiri (~> 1.5)
@@ -18,7 +18,7 @@ GEM
1818
bundler
1919
rake
2020
thor (>= 0.14.0)
21-
builder (3.2.2)
21+
builder (3.2.3)
2222
coderay (1.1.1)
2323
concurrent-ruby (1.0.2)
2424
diff-lcs (1.2.5)
@@ -28,10 +28,8 @@ GEM
2828
method_source (0.8.2)
2929
mini_portile2 (2.1.0)
3030
minitest (5.9.0)
31-
nokogiri (1.6.8)
31+
nokogiri (1.7.2)
3232
mini_portile2 (~> 2.1.0)
33-
pkg-config (~> 1.1.7)
34-
pkg-config (1.1.7)
3533
pry (0.10.4)
3634
coderay (~> 1.1.0)
3735
method_source (~> 0.8.1)
@@ -77,4 +75,4 @@ DEPENDENCIES
7775
simplecov
7876

7977
BUNDLED WITH
80-
1.12.5
78+
1.15.0

0 commit comments

Comments
 (0)