Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.3.1 #153

Merged
merged 14 commits into from
Nov 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔧 Fix autoprefixer-rails verstion to 8
- To precompile assets with therubyracer
kyoshizaki committed Oct 31, 2018
commit 1616ed1f093ae4b244c5c8b7169a2c75907379df
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

# Fix autoprefixer-rails verstion 8 to precompile assets with therubyracer
gem 'autoprefixer-rails', '~>8.6.5'
gem 'autosize', '~> 2.4'
gem 'bootstrap', '~> 4.1.0'
# gem "chartkick"
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ GEM
io-like (~> 0.3.0)
arel (7.1.4)
ast (2.4.0)
autoprefixer-rails (9.3.1)
autoprefixer-rails (8.6.5)
execjs
autosize (2.4.0.0)
bindex (0.5.0)
@@ -135,7 +135,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@@ -291,6 +291,7 @@ PLATFORMS

DEPENDENCIES
annotate (~> 2.7.0)
autoprefixer-rails (~> 8.6.5)
autosize (~> 2.4)
bootstrap (~> 4.1.0)
byebug