Skip to content

Commit 81b7e66

Browse files
committed
bump version to 3.3.0.rc2
1 parent 0866e9f commit 81b7e66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
locomotivecms (3.3.0.rc1)
10+
locomotivecms (3.3.0.rc2)
1111
actionmailer-with-request (~> 0.4.0)
1212
autoprefixer-rails (~> 6.7.2)
1313
bazaar (~> 0.0.2)
@@ -88,7 +88,7 @@ GEM
8888
public_suffix (~> 2.0, >= 2.0.2)
8989
arel (6.0.4)
9090
attr_extras (4.4.0)
91-
autoprefixer-rails (6.7.6)
91+
autoprefixer-rails (6.7.7.1)
9292
execjs
9393
axiom-types (0.1.1)
9494
descendants_tracker (~> 0.0.4)

lib/locomotive/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# MAJOR.MINOR.PATCH format.
33
# 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
44
module Locomotive #:nodoc
5-
VERSION = '3.3.0.rc1'
5+
VERSION = '3.3.0.rc2'
66
end

spec/requests/locomotive/steam/cache_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
subject { middleware.send(:cache_key, steam_env) }
4242

43-
it { expect(subject).to eq '93a2150e6ee016394b95f1a6944c1f69' }
43+
it { expect(subject).to eq '6f10bd02e43a99e1bef1223da0e266ec' }
4444

4545
end
4646

0 commit comments

Comments
 (0)