Skip to content

Commit 4feb5b0

Browse files
committed
Update Gemfile to 5.1.5
1 parent d737507 commit 4feb5b0

2 files changed

Lines changed: 44 additions & 40 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
gem 'bundler'
66
gem 'rake'
77
gem 'pry'
8-
gem 'mongoid', '6.0.1'
8+
gem 'mongoid', '5.1.5'
99

1010
group :test do
1111
gem 'rspec-given', '~> 3.5'

Gemfile.lock

Lines changed: 43 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,74 @@
11
PATH
22
remote: .
33
specs:
4-
mongoid_includes (2.0.0)
5-
mongoid (>= 6.0.1, < 7.0.0)
4+
mongoid_includes (1.2.0)
5+
mongoid (>= 5.1.5, < 6.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (5.0.1)
11-
activesupport (= 5.0.1)
12-
activesupport (5.0.1)
13-
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
activemodel (4.2.8)
11+
activesupport (= 4.2.8)
12+
builder (~> 3.1)
13+
activesupport (4.2.8)
1414
i18n (~> 0.7)
1515
minitest (~> 5.1)
16+
thread_safe (~> 0.3, >= 0.3.4)
1617
tzinfo (~> 1.1)
1718
bson (4.2.1)
18-
codeclimate-test-reporter (0.4.7)
19-
simplecov (>= 0.7.1, < 1.0.0)
20-
coderay (1.1.0)
21-
concurrent-ruby (1.0.4)
22-
diff-lcs (1.2.5)
19+
builder (3.2.3)
20+
codeclimate-test-reporter (1.0.8)
21+
simplecov (<= 0.13)
22+
coderay (1.1.1)
23+
diff-lcs (1.3)
2324
docile (1.1.5)
24-
given_core (3.7.1)
25+
given_core (3.8.0)
2526
sorcerer (>= 0.3.7)
26-
i18n (0.7.0)
27-
json (1.8.3)
27+
i18n (0.8.1)
28+
json (2.1.0)
2829
method_source (0.8.2)
2930
minitest (5.10.1)
3031
mongo (2.4.1)
3132
bson (>= 4.2.1, < 5.0.0)
32-
mongoid (6.0.1)
33-
activemodel (~> 5.0)
34-
mongo (~> 2.3)
35-
pry (0.10.1)
33+
mongoid (5.1.5)
34+
activemodel (~> 4.0)
35+
mongo (~> 2.1)
36+
origin (~> 2.2)
37+
tzinfo (>= 0.3.37)
38+
origin (2.3.0)
39+
pry (0.10.4)
3640
coderay (~> 1.1.0)
3741
method_source (~> 0.8.1)
3842
slop (~> 3.4)
39-
rake (10.4.2)
40-
rspec (3.3.0)
41-
rspec-core (~> 3.3.0)
42-
rspec-expectations (~> 3.3.0)
43-
rspec-mocks (~> 3.3.0)
44-
rspec-core (3.3.2)
45-
rspec-support (~> 3.3.0)
46-
rspec-expectations (3.3.1)
43+
rake (12.0.0)
44+
rspec (3.6.0)
45+
rspec-core (~> 3.6.0)
46+
rspec-expectations (~> 3.6.0)
47+
rspec-mocks (~> 3.6.0)
48+
rspec-core (3.6.0)
49+
rspec-support (~> 3.6.0)
50+
rspec-expectations (3.6.0)
4751
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.3.0)
49-
rspec-given (3.7.1)
50-
given_core (= 3.7.1)
52+
rspec-support (~> 3.6.0)
53+
rspec-given (3.8.0)
54+
given_core (= 3.8.0)
5155
rspec (>= 2.14.0)
52-
rspec-mocks (3.3.2)
56+
rspec-mocks (3.6.0)
5357
diff-lcs (>= 1.2.0, < 2.0)
54-
rspec-support (~> 3.3.0)
55-
rspec-support (3.3.0)
56-
simplecov (0.10.0)
58+
rspec-support (~> 3.6.0)
59+
rspec-support (3.6.0)
60+
simplecov (0.13.0)
5761
docile (~> 1.1.0)
58-
json (~> 1.8)
62+
json (>= 1.8, < 3)
5963
simplecov-html (~> 0.10.0)
6064
simplecov-html (0.10.0)
6165
slop (3.6.0)
6266
sorcerer (1.0.2)
63-
thread_safe (0.3.5)
67+
thread_safe (0.3.6)
6468
tomparse (0.4.2)
65-
tzinfo (1.2.2)
69+
tzinfo (1.2.3)
6670
thread_safe (~> 0.1)
67-
yard (0.8.7.6)
71+
yard (0.9.9)
6872
yard-tomdoc (0.7.1)
6973
tomparse (>= 0.4.0)
7074
yard
@@ -75,7 +79,7 @@ PLATFORMS
7579
DEPENDENCIES
7680
bundler
7781
codeclimate-test-reporter
78-
mongoid (= 6.0.1)
82+
mongoid (= 5.1.5)
7983
mongoid_includes!
8084
pry
8185
rake
@@ -84,4 +88,4 @@ DEPENDENCIES
8488
yard-tomdoc
8589

8690
BUNDLED WITH
87-
1.12.5
91+
1.14.6

0 commit comments

Comments
 (0)