Skip to content

Commit b07fa09

Browse files
committed
I may have fixed the pathing issue
1 parent a62f149 commit b07fa09

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
44
# Specify your gem's dependencies in authorizable.gemspec
55
gemspec
66

7-
gem 'helix_runtime', path: '../../ruby'
7+
gem 'helix_runtime', github: 'rustbridge/helix', require: 'helix_runtime/ruby'

Gemfile.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1+
GIT
2+
remote: git://github.com/rustbridge/helix.git
3+
revision: 2c057f04bf130f2a25ef8ac006290c0f81abe350
4+
specs:
5+
helix_runtime (0.5.0)
6+
17
PATH
28
remote: .
39
specs:
410
case_transform (0.1)
5-
activesupport
11+
helix_runtime
612

713
GEM
814
remote: https://rubygems.org/
915
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)
1516
ast (2.3.0)
1617
awesome_print (1.7.0)
1718
byebug (9.0.5)
1819
codeclimate-test-reporter (0.6.0)
1920
simplecov (>= 0.7.1, < 1.0.0)
2021
coderay (1.1.1)
21-
concurrent-ruby (1.0.2)
2222
docile (1.1.5)
23-
i18n (0.7.0)
2423
json (2.0.2)
2524
method_source (0.8.2)
2625
minitest (5.9.0)
@@ -49,9 +48,6 @@ GEM
4948
simplecov-html (~> 0.10.0)
5049
simplecov-html (0.10.0)
5150
slop (3.6.0)
52-
thread_safe (0.3.5)
53-
tzinfo (1.2.2)
54-
thread_safe (~> 0.1)
5551
unicode-display_width (1.1.1)
5652

5753
PLATFORMS
@@ -61,6 +57,7 @@ DEPENDENCIES
6157
awesome_print
6258
case_transform!
6359
codeclimate-test-reporter
60+
helix_runtime!
6461
minitest
6562
pry-byebug
6663
rake

lib/case_transform.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# frozen_string_literal: true
2-
require 'active_support/core_ext/hash/keys'
3-
require 'active_support/core_ext/string'
42

53
require 'case_transform/version'
64

0 commit comments

Comments
 (0)