Skip to content

Commit 2fdaf4c

Browse files
committed
Test with Rails 5.0.0
1 parent d569939 commit 2fdaf4c

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

gemfiles/rails_5.0.gemfile

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

3-
gem "activerecord", "~> 5.0.0.beta1"
3+
gem "activerecord", "~> 5.0.0"
44

55
gemspec path: "../"

gemfiles/rails_5.0.gemfile.lock

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,28 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (5.0.0.beta1)
11-
activesupport (= 5.0.0.beta1)
12-
builder (~> 3.1)
13-
activerecord (5.0.0.beta1)
14-
activemodel (= 5.0.0.beta1)
15-
activesupport (= 5.0.0.beta1)
10+
activemodel (5.0.0)
11+
activesupport (= 5.0.0)
12+
activerecord (5.0.0)
13+
activemodel (= 5.0.0)
14+
activesupport (= 5.0.0)
1615
arel (~> 7.0)
17-
activesupport (5.0.0.beta1)
18-
concurrent-ruby (~> 1.0)
16+
activesupport (5.0.0)
17+
concurrent-ruby (~> 1.0, >= 1.0.2)
1918
i18n (~> 0.7)
20-
json (~> 1.7, >= 1.7.7)
21-
method_source
2219
minitest (~> 5.1)
2320
tzinfo (~> 1.1)
2421
arel (7.0.0)
25-
builder (3.2.2)
2622
bump (0.5.3)
27-
concurrent-ruby (1.0.0)
23+
concurrent-ruby (1.0.2)
2824
i18n (0.7.0)
29-
json (1.8.3)
3025
metaclass (0.0.4)
31-
method_source (0.8.2)
32-
minitest (5.8.3)
26+
minitest (5.9.0)
3327
minitest-rg (5.2.0)
3428
minitest (~> 5.0)
3529
mocha (1.1.0)
3630
metaclass (~> 0.0.1)
37-
rake (10.4.2)
31+
rake (10.5.0)
3832
sqlite3 (1.3.11)
3933
thread_safe (0.3.5)
4034
tzinfo (1.2.2)
@@ -45,7 +39,7 @@ PLATFORMS
4539
ruby
4640

4741
DEPENDENCIES
48-
activerecord (~> 5.0.0.beta1)
42+
activerecord (~> 5.0.0)
4943
bump
5044
migration_tools!
5145
minitest
@@ -56,4 +50,4 @@ DEPENDENCIES
5650
wwtd
5751

5852
BUNDLED WITH
59-
1.12.4
53+
1.12.5

0 commit comments

Comments
 (0)