Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 0576c8a

Browse files
author
Bill Heaton
committed
Use master of jsonapi-resources gem
1 parent 690c7e0 commit 0576c8a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@ gem 'rails-api'
77

88
gem 'spring', :group => :development
99

10-
gem 'jsonapi-resources', '0.3.3'#, :git => 'https://github.com/cerebris/jsonapi-resources.git'
10+
#gem 'jsonapi-resources', '0.3.3'
11+
gem 'jsonapi-resources', :git => 'https://github.com/cerebris/jsonapi-resources.git'
1112

1213
gem 'pg'
1314

14-
#gem 'nobrainer'
15-
16-
#gem 'sqlite3'
17-
18-
#gem 'sand-dollar', :github => 'realityendshere/sand-dollar', branch: 'master'
19-
2015
gem 'jwt'
2116

2217
gem 'byebug', :group => :development

Gemfile.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
GIT
2+
remote: https://github.com/cerebris/jsonapi-resources.git
3+
revision: dee9666240ad8e9205a35987fff85ccab8153770
4+
specs:
5+
jsonapi-resources (0.3.3)
6+
rails (>= 4.0)
7+
18
GEM
29
remote: https://rubygems.org/
310
specs:
@@ -62,8 +69,6 @@ GEM
6269
activesupport (>= 4.1.0)
6370
i18n (0.7.0)
6471
json (1.8.2)
65-
jsonapi-resources (0.3.3)
66-
rails (>= 4.0)
6772
jwt (1.5.0)
6873
loofah (2.0.2)
6974
nokogiri (>= 1.5.9)
@@ -152,7 +157,7 @@ DEPENDENCIES
152157
capistrano-bundler (~> 1.1.2)
153158
capistrano-rails (~> 1.1)
154159
capistrano-rbenv (~> 2.0)
155-
jsonapi-resources (= 0.3.3)
160+
jsonapi-resources!
156161
jwt
157162
pg
158163
rails (= 4.2.1)

0 commit comments

Comments
 (0)