Skip to content

Commit

Permalink
add bootstrap to bower file, remove fontawesome from css since includ…
Browse files Browse the repository at this point in the history
…ed in app.haml, pin mysql gem .. what a fuckup
  • Loading branch information
schorsch committed Aug 28, 2017
1 parent 4ee12a7 commit 037d160
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'therubyracer'
gem 'eventmachine', '~>1.0.4'

gem 'chronic'

group :test, :development do
gem 'mysql2'
gem 'mysql2', '~> 0.3.13'
gem 'pry-rails'
gem 'rspec-rails'
gem 'byebug'
Expand Down
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
eventmachine (1.0.3)
eventmachine (1.0.9.1)
execjs (2.2.2)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
Expand All @@ -104,7 +104,7 @@ GEM
mime-types (2.4.2)
minitest (5.4.2)
multi_json (1.10.1)
mysql2 (0.3.16)
mysql2 (0.3.21)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
Expand Down Expand Up @@ -226,10 +226,11 @@ DEPENDENCIES
capistrano-ext
chronic
coffee-rails
eventmachine (~> 1.0.4)
factory_girl_rails
haml
json
mysql2
mysql2 (~> 0.3.13)
non-stupid-digest-assets
pg
pry-rails
Expand All @@ -248,3 +249,6 @@ DEPENDENCIES
unicorn
vcr
webmock

BUNDLED WITH
1.15.4
1 change: 0 additions & 1 deletion app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
*= require bootstrap/dist/css/bootstrap.css
*= require font-awesome/css/font-awesome.css
*= require schmuugle.css
*= require select2
*= require select2-bootstrap
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"vendor": {
"name": "bower-rails generated vendor assets",
"dependencies": {
"bootstrap": "3.2.0",
"jquery-ui": "https://github.com/components/jqueryui.git",
"jquery-ujs": "https://github.com/rails/jquery-ujs.git"
}
Expand Down

0 comments on commit 037d160

Please sign in to comment.