Update: rails 4.0.2 -> 4.0.4, bootstrap-sass 3.0.0.0 -> 3.1.1.0
This commit is contained in:
parent
a0ee97482a
commit
facadc324c
2 changed files with 46 additions and 45 deletions
4
Gemfile
4
Gemfile
|
|
@ -1,11 +1,11 @@
|
|||
# -*- mode: yaml; -*-
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '4.0.2'
|
||||
gem 'rails', '4.0.4'
|
||||
|
||||
gem 'pg'
|
||||
|
||||
gem 'bootstrap-sass', '~> 3.0.0.0'
|
||||
gem 'bootstrap-sass', '~> 3.1.1.0'
|
||||
|
||||
# Bourbon: fancy css mixins – https://github.com/thoughtbot/bourbon
|
||||
gem 'bourbon'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue