Added pure css
This commit is contained in:
parent
8b41c5dc5d
commit
326ab59de5
2 changed files with 7 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -21,6 +21,10 @@ gem 'omniauth-oauth2'
|
||||||
# Authorisation
|
# Authorisation
|
||||||
gem 'cancancan'
|
gem 'cancancan'
|
||||||
|
|
||||||
|
# Pure for css
|
||||||
|
gem 'purecss-rails'
|
||||||
|
|
||||||
|
|
||||||
# Use jquery as the JavaScript library
|
# Use jquery as the JavaScript library
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||||
|
|
|
@ -131,6 +131,8 @@ GEM
|
||||||
oauth2 (~> 1.0)
|
oauth2 (~> 1.0)
|
||||||
omniauth (~> 1.2)
|
omniauth (~> 1.2)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
|
purecss-rails (0.6.0)
|
||||||
|
railties (>= 3.2.6, < 5)
|
||||||
rack (1.6.4)
|
rack (1.6.4)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
|
@ -238,6 +240,7 @@ DEPENDENCIES
|
||||||
jquery-rails
|
jquery-rails
|
||||||
mysql2 (~> 0.3)
|
mysql2 (~> 0.3)
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
|
purecss-rails
|
||||||
rails (= 4.2.4)
|
rails (= 4.2.4)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
|
|
Loading…
Reference in a new issue