diff --git a/Gemfile.lock b/Gemfile.lock index 7b44982..772c13a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rspec-json_api (1.3.0) + rspec-json_api (1.3.1) activesupport (>= 6.1.4.1) diffy (>= 3.4.2) rails (>= 6.1.4.1) diff --git a/lib/rspec/json_api/version.rb b/lib/rspec/json_api/version.rb index 8fc8e09..22371cf 100644 --- a/lib/rspec/json_api/version.rb +++ b/lib/rspec/json_api/version.rb @@ -2,6 +2,6 @@ module RSpec module JsonApi - VERSION = "1.3.0" + VERSION = "1.3.1" end end