File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ source 'https://rubygems.org'
4
4
# Specify your gem's dependencies in authorizable.gemspec
5
5
gemspec
6
6
7
- gem 'helix_runtime' , path : '../.. /ruby'
7
+ gem 'helix_runtime' , github : 'rustbridge/helix' , require : 'helix_runtime /ruby'
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: git://github.com/rustbridge/helix.git
3
+ revision: 2c057f04bf130f2a25ef8ac006290c0f81abe350
4
+ specs:
5
+ helix_runtime (0.5.0 )
6
+
1
7
PATH
2
8
remote: .
3
9
specs:
4
10
case_transform (0.1 )
5
- activesupport
11
+ helix_runtime
6
12
7
13
GEM
8
14
remote: https://rubygems.org/
9
15
specs:
10
- activesupport (5.0.0.1 )
11
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
12
- i18n (~> 0.7 )
13
- minitest (~> 5.1 )
14
- tzinfo (~> 1.1 )
15
16
ast (2.3.0 )
16
17
awesome_print (1.7.0 )
17
18
byebug (9.0.5 )
18
19
codeclimate-test-reporter (0.6.0 )
19
20
simplecov (>= 0.7.1 , < 1.0.0 )
20
21
coderay (1.1.1 )
21
- concurrent-ruby (1.0.2 )
22
22
docile (1.1.5 )
23
- i18n (0.7.0 )
24
23
json (2.0.2 )
25
24
method_source (0.8.2 )
26
25
minitest (5.9.0 )
49
48
simplecov-html (~> 0.10.0 )
50
49
simplecov-html (0.10.0 )
51
50
slop (3.6.0 )
52
- thread_safe (0.3.5 )
53
- tzinfo (1.2.2 )
54
- thread_safe (~> 0.1 )
55
51
unicode-display_width (1.1.1 )
56
52
57
53
PLATFORMS
@@ -61,6 +57,7 @@ DEPENDENCIES
61
57
awesome_print
62
58
case_transform !
63
59
codeclimate-test-reporter
60
+ helix_runtime !
64
61
minitest
65
62
pry-byebug
66
63
rake
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
- require 'active_support/core_ext/hash/keys'
3
- require 'active_support/core_ext/string'
4
2
5
3
require 'case_transform/version'
6
4
You can’t perform that action at this time.
0 commit comments