Skip to content

Commit

Permalink
Merge 581e9cf into 948024e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 15, 2019
2 parents 948024e + 581e9cf commit fd1c67b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile 100755 → 100644
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org/'
gemspec
gem 'active_model_serializers', '~> 0.10.9'
gem 'active_model_serializers', '~> 0.10.10'
gem 'coveralls'
group :development do
gem 'guard'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock 100755 → 100644
Expand Up @@ -21,9 +21,9 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.10.9)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
active_model_serializers (0.10.10)
actionpack (>= 4.1, < 6.1)
activemodel (>= 4.1, < 6.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activemodel (5.2.3)
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
json (2.2.0)
jsonapi-renderer (0.2.0)
jsonapi-renderer (0.2.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -97,7 +97,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.6)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
Expand Down Expand Up @@ -152,7 +152,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_model_serializers (~> 0.10.9)
active_model_serializers (~> 0.10.10)
bundler (~> 2.0)
coveralls
guard
Expand Down

0 comments on commit fd1c67b

Please sign in to comment.