Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 0fab65e

Browse files
committed
fix: tests and dependencies
1 parent d90851d commit 0fab65e

File tree

6 files changed

+76
-98
lines changed

6 files changed

+76
-98
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ gem 'bundler'
1111

1212
gem 'rake'
1313

14-
gem 'sinatra', '< 2.0'
14+
gem 'sinatra'
1515
gem 'sinatra-param', '~> 1.4'
1616

1717
gem 'yajl-ruby', '~> 1.3.1'
1818

1919
gem 'activemodel'
2020
gem 'protected_attributes_continued'
2121

22-
gem 'mongoid', '~>7.0.0'
22+
gem 'mongoid'
2323
gem 'bson'
2424
gem 'bson_ext'
2525

@@ -53,7 +53,7 @@ group :test do
5353
gem 'guard'
5454
gem 'guard-unicorn'
5555
gem 'rack-test', :require => 'rack/test'
56-
gem 'rspec', '~> 3.6.0'
56+
gem 'rspec'
5757
gem 'rspec-its'
5858
gem 'rspec-collection_matchers'
5959
gem 'webmock'

Gemfile.lock

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,19 @@ GEM
118118
minitest (5.15.0)
119119
mongo (2.18.1)
120120
bson (>= 4.14.1, < 5.0.0)
121-
mongoid (7.0.13)
122-
activemodel (>= 5.1, < 6.2)
123-
mongo (>= 2.7.0, < 3.0.0)
121+
mongoid (7.5.1)
122+
activemodel (>= 5.1, < 7.1, != 7.0.0)
123+
mongo (>= 2.10.5, < 3.0.0)
124+
ruby2_keywords (~> 0.0.5)
124125
mongoid_cleaner (1.2.0)
125126
mongoid (>= 4.0)
126127
mongoid_magic_counter_cache (1.1.1)
127128
mongoid
128129
rake
129130
multi_json (1.15.0)
130131
multipart-post (2.2.3)
132+
mustermann (2.0.2)
133+
ruby2_keywords (~> 0.0.1)
131134
nenv (0.3.0)
132135
netrc (0.11.0)
133136
newrelic_rpm (8.12.0)
@@ -144,8 +147,8 @@ GEM
144147
pry-nav (1.0.0)
145148
pry (>= 0.9.10, < 0.15)
146149
public_suffix (4.0.7)
147-
rack (1.6.13)
148-
rack-protection (1.5.5)
150+
rack (2.2.4)
151+
rack-protection (2.2.2)
149152
rack
150153
rack-test (2.0.2)
151154
rack (>= 1.3)
@@ -164,24 +167,24 @@ GEM
164167
rexml (3.2.5)
165168
rs_voteable_mongo (1.3.0)
166169
mongoid (~> 7.0)
167-
rspec (3.6.0)
168-
rspec-core (~> 3.6.0)
169-
rspec-expectations (~> 3.6.0)
170-
rspec-mocks (~> 3.6.0)
170+
rspec (3.12.0)
171+
rspec-core (~> 3.12.0)
172+
rspec-expectations (~> 3.12.0)
173+
rspec-mocks (~> 3.12.0)
171174
rspec-collection_matchers (1.2.0)
172175
rspec-expectations (>= 2.99.0.beta1)
173-
rspec-core (3.6.0)
174-
rspec-support (~> 3.6.0)
175-
rspec-expectations (3.6.0)
176+
rspec-core (3.12.0)
177+
rspec-support (~> 3.12.0)
178+
rspec-expectations (3.12.0)
176179
diff-lcs (>= 1.2.0, < 2.0)
177-
rspec-support (~> 3.6.0)
180+
rspec-support (~> 3.12.0)
178181
rspec-its (1.3.0)
179182
rspec-core (>= 3.0.0)
180183
rspec-expectations (>= 3.0.0)
181-
rspec-mocks (3.6.0)
184+
rspec-mocks (3.12.0)
182185
diff-lcs (>= 1.2.0, < 2.0)
183-
rspec-support (~> 3.6.0)
184-
rspec-support (3.6.0)
186+
rspec-support (~> 3.12.0)
187+
rspec-support (3.12.0)
185188
ruby2_keywords (0.0.5)
186189
shellany (0.0.1)
187190
simplecov (0.21.2)
@@ -190,10 +193,11 @@ GEM
190193
simplecov_json_formatter (~> 0.1)
191194
simplecov-html (0.12.3)
192195
simplecov_json_formatter (0.1.4)
193-
sinatra (1.4.8)
194-
rack (~> 1.5)
195-
rack-protection (~> 1.4)
196-
tilt (>= 1.3, < 3)
196+
sinatra (2.2.2)
197+
mustermann (~> 2.0)
198+
rack (~> 2.2)
199+
rack-protection (= 2.2.2)
200+
tilt (~> 2.0)
197201
sinatra-param (1.6.0)
198202
sinatra (>= 1.3)
199203
thor (1.2.1)
@@ -238,7 +242,7 @@ DEPENDENCIES
238242
guard
239243
guard-unicorn
240244
i18n
241-
mongoid (~> 7.0.0)
245+
mongoid
242246
mongoid-tree!
243247
mongoid_cleaner (~> 1.2.0)
244248
mongoid_magic_counter_cache
@@ -254,10 +258,10 @@ DEPENDENCIES
254258
rdiscount
255259
rest-client
256260
rs_voteable_mongo (~> 1.3)
257-
rspec (~> 3.6.0)
261+
rspec
258262
rspec-collection_matchers
259263
rspec-its
260-
sinatra (< 2.0)
264+
sinatra
261265
sinatra-param (~> 1.4)
262266
timecop (~> 0.9.5)
263267
unicorn

Gemfile3

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ gem 'pry-nav'
99

1010
gem 'bundler'
1111

12-
gem 'rake', '~> 12.3.3'
12+
gem 'rake'
1313

1414
gem 'sinatra'
1515
gem 'sinatra-param', '~> 1.4'
1616

1717
gem 'yajl-ruby', '~> 1.3.1'
1818

19-
gem 'activemodel', '~> 6.0.3.1'
19+
gem 'activemodel'
2020
gem 'protected_attributes_continued'
2121

2222
gem 'mongoid'
@@ -45,18 +45,6 @@ gem 'dalli'
4545

4646
gem 'rest-client'
4747

48-
gem 'rubyzip', '~> 1.2.2'
49-
50-
gem 'ffi', '~> 1.9.24'
51-
52-
gem 'faye-websocket', '~> 0.11.0'
53-
54-
gem 'addressable', '~> 2.8.0'
55-
56-
gem 'activesupport', '~> 6.0.3.1'
57-
58-
gem 'rack-protection', '~> 1.5.5'
59-
6048
group :test do
6149
gem 'codecov', :require => false
6250
gem 'mongoid_cleaner', '~> 1.2.0'
@@ -65,7 +53,7 @@ group :test do
6553
gem 'guard'
6654
gem 'guard-unicorn'
6755
gem 'rack-test', :require => 'rack/test'
68-
gem 'rspec', '~> 3.6.0'
56+
gem 'rspec'
6957
gem 'rspec-its'
7058
gem 'rspec-collection_matchers'
7159
gem 'webmock'

0 commit comments

Comments
 (0)