Skip to content

Commit ba64d08

Browse files
Update Gemfile to use twiddle-wakka operator for ruby
- This allows the app to stage with any version `2.3.x` [#135427269]
1 parent 1d28571 commit ba64d08

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.3.0'
3-
2+
ruby "~> 2.3.0"
43

54
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
65
gem 'rails', '4.2.6'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,8 @@ DEPENDENCIES
166166
uglifier (>= 1.3.0)
167167
web-console (~> 2.0)
168168

169+
RUBY VERSION
170+
ruby 2.3.1p112
171+
169172
BUNDLED WITH
170-
1.11.2
173+
1.13.6

0 commit comments

Comments
 (0)