Add ruby version to Gemfile, move devDependencies in package.json to dependencies,
fix bug in process feed service
This commit is contained in:
parent
10739df458
commit
7951e7ffd5
4 changed files with 8 additions and 4 deletions
1
Gemfile
1
Gemfile
|
@ -1,6 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
ruby '2.3.1'
|
||||
|
||||
gem 'rails', '~> 5.0.1.0'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue