Skip to content

Commit a0474bf

Browse files
authored
Merge pull request #15 from Widgetry/dependabot/bundler/active_model_serializers-0.10.10
Bump active_model_serializers from 0.10.7 to 0.10.10
2 parents 17f923f + 55eb228 commit a0474bf

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'rack-cors'
1515
# Use Rack attack for black/white listing, rate limiting, throttling
1616
gem 'rack-attack'
1717
# Actime Model Serializers provides a good way to
18-
gem 'active_model_serializers', '~> 0.10.0'
18+
gem 'active_model_serializers', '~> 0.10.10'
1919
# redis-rails for redis cacheing
2020
gem 'redis-rails'
2121
# Use sidekiq for background job processing

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ GEM
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
active_model_serializers (0.10.7)
28-
actionpack (>= 4.1, < 6)
29-
activemodel (>= 4.1, < 6)
27+
active_model_serializers (0.10.10)
28+
actionpack (>= 4.1, < 6.1)
29+
activemodel (>= 4.1, < 6.1)
3030
case_transform (>= 0.2)
3131
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
3232
activejob (5.1.7)
@@ -47,14 +47,14 @@ GEM
4747
bcrypt (3.1.12)
4848
binding_of_caller (0.8.0)
4949
debug_inspector (>= 0.0.1)
50-
builder (3.2.3)
50+
builder (3.2.4)
5151
byebug (9.1.0)
5252
case_transform (0.2)
5353
activesupport
5454
coderay (1.1.2)
5555
concurrent-ruby (1.1.5)
5656
connection_pool (2.2.2)
57-
crass (1.0.5)
57+
crass (1.0.6)
5858
debug_inspector (0.0.3)
5959
devise (4.6.2)
6060
bcrypt (~> 3.0)
@@ -66,7 +66,7 @@ GEM
6666
devise (> 3.5.2, < 4.7)
6767
rails (>= 4.2.0, < 6)
6868
diff-lcs (1.3)
69-
erubi (1.8.0)
69+
erubi (1.9.0)
7070
factory_girl (4.9.0)
7171
activesupport (>= 3.0.0)
7272
factory_girl_rails (4.9.0)
@@ -76,23 +76,23 @@ GEM
7676
globalid (0.4.2)
7777
activesupport (>= 4.2.0)
7878
hashie (3.6.0)
79-
i18n (1.6.0)
79+
i18n (1.8.2)
8080
concurrent-ruby (~> 1.0)
81-
jsonapi-renderer (0.2.0)
81+
jsonapi-renderer (0.2.2)
8282
listen (3.2.1)
8383
rb-fsevent (~> 0.10, >= 0.10.3)
8484
rb-inotify (~> 0.9, >= 0.9.10)
85-
loofah (2.3.1)
85+
loofah (2.4.0)
8686
crass (~> 1.0.2)
8787
nokogiri (>= 1.5.9)
8888
mail (2.7.1)
8989
mini_mime (>= 0.1.1)
9090
method_source (0.9.2)
9191
mini_mime (1.0.1)
9292
mini_portile2 (2.4.0)
93-
minitest (5.11.3)
93+
minitest (5.14.0)
9494
nio4r (2.3.1)
95-
nokogiri (1.10.5)
95+
nokogiri (1.10.7)
9696
mini_portile2 (~> 2.4.0)
9797
omniauth (1.9.0)
9898
hashie (>= 3.4.6, < 3.7.0)
@@ -136,8 +136,8 @@ GEM
136136
rails-dom-testing (2.0.3)
137137
activesupport (>= 4.2.0)
138138
nokogiri (>= 1.6)
139-
rails-html-sanitizer (1.0.4)
140-
loofah (~> 2.2, >= 2.2.2)
139+
rails-html-sanitizer (1.3.0)
140+
loofah (~> 2.3)
141141
railties (5.1.7)
142142
actionpack (= 5.1.7)
143143
activesupport (= 5.1.7)
@@ -203,7 +203,7 @@ GEM
203203
sprockets (>= 3.0.0)
204204
thor (0.20.3)
205205
thread_safe (0.3.6)
206-
tzinfo (1.2.5)
206+
tzinfo (1.2.6)
207207
thread_safe (~> 0.1)
208208
warden (1.2.8)
209209
rack (>= 2.0.6)
@@ -215,7 +215,7 @@ PLATFORMS
215215
ruby
216216

217217
DEPENDENCIES
218-
active_model_serializers (~> 0.10.0)
218+
active_model_serializers (~> 0.10.10)
219219
devise_token_auth
220220
factory_girl_rails
221221
listen (~> 3.2.1)

0 commit comments

Comments
 (0)