bump version to 1.3.0.rc2

did committed Jun 02, 2017
commit 454ae2ef2a34c535a810535199d5827ca365c1b3
Showing 2 changed files with 10 additions and 10 deletions
Gemfile.lock +9 -9
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.3.0.rc1)
+ locomotivecms_steam (1.3.0.rc2)
RedCloth (~> 4.3.2)
autoprefixer-rails (~> 6.7.2)
bcrypt (~> 3.1.11)
@@ @@ -37,10 +37,10 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
- addressable (2.5.0)
+ addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
attr_extras (4.4.0)
- autoprefixer-rails (6.7.6)
+ autoprefixer-rails (6.7.7.2)
execjs
bcrypt (3.1.11)
bson (4.2.1)
@@ @@ -107,7 +107,7 @@ GEM
attr_extras (~> 4.4.0)
colorize
stringex (~> 2.6.0)
- mail (2.6.4)
+ mail (2.6.5)
mime-types (>= 1.16, < 4)
memory_profiler (0.9.7)
method_source (0.8.2)
@@ @@ -116,7 +116,7 @@ GEM
mime-types-data (3.2016.0521)
mimetype-fu (0.1.2)
mini_portile2 (2.1.0)
- minitest (5.10.1)
+ minitest (5.10.2)
moneta (1.0.0)
mongo (2.4.1)
bson (>= 4.2.1, < 5.0.0)
@@ @@ -125,7 +125,7 @@ GEM
multi_xml (0.6.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
- nokogumbo (1.4.10)
+ nokogumbo (1.4.12)
nokogiri
origin (2.3.0)
pony (1.11)
@@ @@ -170,7 +170,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
- sass (3.4.23)
+ sass (3.4.24)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
@@ @@ -189,9 +189,9 @@ GEM
tilt (2.0.6)
timecop (0.8.1)
tins (1.13.2)
- tzinfo (1.2.2)
+ tzinfo (1.2.3)
thread_safe (~> 0.1)
- uglifier (3.1.6)
+ uglifier (3.1.13)
execjs (>= 0.3.0, < 3)
PLATFORMS
locomotive/steam/version.rb b/lib/locomotive/steam/version.rb +1 -1
@@ @@ -3,6 +3,6 @@
# 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0
module Locomotive
module Steam
- VERSION = '1.3.0.rc1'
+ VERSION = '1.3.0.rc2'
end
end