File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
5
5
gem "rails", "~> 4.1"
6
- gem "jsonapi-rails", "~> 0.1.0", require: "jsonapi/rails"
6
+ gem "jsonapi-rails", "~> 0.1.0", :require => "jsonapi/rails"
7
7
gem "rspec-rails"
8
8
9
9
group :test do
10
10
gem "pry"
11
- gem "pry-byebug", platform: [:mri]
11
+ gem "pry-byebug", :platform => [:mri]
12
12
gem "appraisal"
13
13
gem "guard"
14
14
gem "guard-rspec"
15
15
end
16
16
17
- gemspec path: "../"
17
+ gemspec :path => "../"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- gem "rails", "~> 5.0"
6
- gem "jsonapi-rails", "~> 0.1.0", require: "jsonapi/rails"
5
+ gem "rails", ['>= 5.0', '< 5.1']
6
+ gem "jsonapi-rails", "~> 0.1.0", :require => "jsonapi/rails"
7
7
gem "rspec-rails"
8
8
9
9
group :test do
10
10
gem "pry"
11
- gem "pry-byebug", platform: [:mri]
11
+ gem "pry-byebug", :platform => [:mri]
12
12
gem "appraisal"
13
13
gem "guard"
14
14
gem "guard-rspec"
15
15
end
16
16
17
- gemspec path: "../"
17
+ gemspec :path => "../"
You can’t perform that action at this time.
0 commit comments