Skip to content

Commit 13df85e

Browse files
committed
uses es6-rails 0.2.0
1 parent 59c1fa2 commit 13df85e

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'jbuilder', '~> 2.0'
2121
# bundle exec rake doc:rails generates the API under doc/api.
2222
gem 'sdoc', '~> 0.4.0', group: :doc
2323

24-
gem 'es6-rails'
24+
gem 'es6-rails' #, path: "../es6-rails"
2525

2626
# Use ActiveModel has_secure_password
2727
# gem 'bcrypt', '~> 3.1.7'

Gemfile.lock

+17-15
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ GEM
3838
tzinfo (~> 1.1)
3939
addressable (2.4.0)
4040
arel (6.0.3)
41-
babel-source (5.8.26)
41+
babel-source (5.8.35)
4242
babel-transpiler (0.7.0)
4343
babel-source (>= 4.0, < 6)
4444
execjs (~> 2.0)
4545
binding_of_caller (0.7.2)
4646
debug_inspector (>= 0.0.1)
4747
builder (3.2.2)
48-
byebug (9.0.0)
48+
byebug (9.0.5)
4949
capybara (2.7.1)
5050
addressable
5151
mime-types (>= 1.16)
@@ -67,16 +67,16 @@ GEM
6767
debug_inspector (0.0.2)
6868
diff-lcs (1.2.5)
6969
erubis (2.7.0)
70-
es6-rails (0.1.0)
70+
es6-rails (0.2.0)
7171
babel-transpiler (~> 0.7, >= 0.7.0)
7272
rails (>= 4.0, < 5.0)
7373
sprockets (~> 3.0, >= 3.0.0)
7474
sprockets-es6 (~> 0.8, >= 0.8.1)
75-
execjs (2.6.0)
75+
execjs (2.7.0)
7676
globalid (0.3.6)
7777
activesupport (>= 4.1.0)
7878
i18n (0.7.0)
79-
jbuilder (2.4.1)
79+
jbuilder (2.5.0)
8080
activesupport (>= 3.0.0, < 5.1)
8181
multi_json (~> 1.2)
8282
jquery-rails (4.1.1)
@@ -88,14 +88,16 @@ GEM
8888
nokogiri (>= 1.5.9)
8989
mail (2.6.4)
9090
mime-types (>= 1.16, < 4)
91-
mime-types (3.0)
91+
mime-types (3.1)
9292
mime-types-data (~> 3.2015)
93-
mime-types-data (3.2016.0221)
94-
mini_portile2 (2.0.0)
95-
minitest (5.8.4)
96-
multi_json (1.12.0)
97-
nokogiri (1.6.7.2)
98-
mini_portile2 (~> 2.0.0.rc2)
93+
mime-types-data (3.2016.0521)
94+
mini_portile2 (2.1.0)
95+
minitest (5.9.0)
96+
multi_json (1.12.1)
97+
nokogiri (1.6.8)
98+
mini_portile2 (~> 2.1.0)
99+
pkg-config (~> 1.1.7)
100+
pkg-config (1.1.7)
99101
rack (1.6.4)
100102
rack-test (0.6.3)
101103
rack (>= 1.0)
@@ -123,7 +125,7 @@ GEM
123125
activesupport (= 4.2.4)
124126
rake (>= 0.8.7)
125127
thor (>= 0.18.1, < 2.0)
126-
rake (11.1.2)
128+
rake (11.2.2)
127129
rdoc (4.2.2)
128130
json (~> 1.4)
129131
rspec-core (3.4.4)
@@ -157,7 +159,7 @@ GEM
157159
sprockets (3.6.0)
158160
concurrent-ruby (~> 1.0)
159161
rack (> 1, < 3)
160-
sprockets-es6 (0.8.1)
162+
sprockets-es6 (0.9.0)
161163
babel-source (>= 5.8.11)
162164
babel-transpiler
163165
sprockets (>= 3.0.0)
@@ -168,7 +170,7 @@ GEM
168170
sqlite3 (1.3.11)
169171
thor (0.19.1)
170172
thread_safe (0.3.5)
171-
tilt (2.0.3)
173+
tilt (2.0.5)
172174
tzinfo (1.2.2)
173175
thread_safe (~> 0.1)
174176
uglifier (3.0.0)

0 commit comments

Comments
 (0)