Skip to content

Commit db9e226

Browse files
author
James Glover
committed
Rollback json-api-resources
Temporarily rollback json-api-resources to fix: ./spec/requests/v1/pacbio/libraries_spec.rb:53 ./spec/requests/v1/pacbio/pools_spec.rb:96
1 parent 8ed60b9 commit db9e226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'bunny'
1010
gem 'exception_notification'
1111
# 0.10.5 Results in MySQL syntax error on several tests when run against a MySQL
1212
# There is a 'monkey patch' for this in config/intializers/jsonapi_resources:15-63
13-
gem 'jsonapi-resources'
13+
gem 'jsonapi-resources', '=0.10.5'
1414
gem 'mysql2'
1515
gem 'puma', '~> 4.3' # Use Puma as the app server
1616
gem 'rack-cors' # Use Rack CORS for handling CORS, making cross-origin AJAX possible

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GEM
101101
activesupport (>= 5.0)
102102
i18n (1.10.0)
103103
concurrent-ruby (~> 1.0)
104-
jsonapi-resources (0.10.7)
104+
jsonapi-resources (0.10.5)
105105
activerecord (>= 4.1)
106106
concurrent-ruby
107107
railties (>= 4.1)
@@ -265,7 +265,7 @@ DEPENDENCIES
265265
database_cleaner
266266
exception_notification
267267
factory_bot_rails
268-
jsonapi-resources
268+
jsonapi-resources (= 0.10.5)
269269
listen (>= 3.0.5, < 3.2)
270270
mysql2
271271
pry-rails

0 commit comments

Comments
 (0)