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>2021-11-05 15:49:03 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-11-05 15:49:03 +0300
commit9892831e005bdb2da72f41aa42a6391baa6ad188 (patch)
tree8f82af5c1932e5b69765053e33fcb6e93fc26045 /lib/bootstrap
parentdcf74d7daa8c8c7f7e6705e3761fbf0836161183 (diff)
Update to v5.1.3HEADv5.1.3master
bundle exec rake 'update[v5.1.3]'
Diffstat (limited to 'lib/bootstrap')
-rw-r--r--lib/bootstrap/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 91242d1..7093a78 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '5.1.2'
- BOOTSTRAP_SHA = '5ecef8ac010249536f92206af500f8670813c8a8'
+ VERSION = '5.1.3'
+ BOOTSTRAP_SHA = '1a6fdfae6be09b09eaced8f0e442ca6f7680a61e'
end