Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-10-29 23:47:34 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-10-29 23:47:34 +0300
commitf675be933cd4d16e760f3dd8906e721a92973b71 (patch)
tree0f6aa812981bbec4f8af366b5356e07470b178d9 /README.md
parent6f0251d9559bcc5fdb09560e8079e437773b6779 (diff)
bump to 3.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46d19db..89d8518 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
```ruby
-gem 'bootstrap-sass', '~> 3.2.0'
+gem 'bootstrap-sass', '~> 3.3.0'
gem 'sass-rails', '>= 3.2'
```