File tree 4 files changed +11
-10
lines changed
4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
- remote: /home/jakub /code/react-rails
2
+ remote: /Users/poshannessy/FB /code/react-rails
3
3
specs:
4
4
react-rails (0.4.1.0)
5
5
execjs
48
48
i18n (0.6.4)
49
49
journey (1.0.4)
50
50
json (1.8.0)
51
+ json (1.8.0-java)
51
52
mail (2.5.4)
52
53
mime-types (~> 1.16)
53
54
treetop (~> 1.4.8)
85
86
multi_json (~> 1.0)
86
87
rack (~> 1.0)
87
88
tilt (~> 1.1, != 1.3.0)
88
- sqlite3 (1.3.7)
89
89
thor (0.18.1)
90
90
tilt (1.4.1)
91
91
treetop (1.4.14)
94
94
tzinfo (0.3.37)
95
95
96
96
PLATFORMS
97
+ java
97
98
ruby
98
99
99
100
DEPENDENCIES
100
101
appraisal
101
102
bundler (>= 1.2.2)
102
103
rails (~> 3.1)
103
104
react-rails!
104
- sqlite3
Original file line number Diff line number Diff line change 1
1
PATH
2
- remote: /home/jakub /code/react-rails
2
+ remote: /Users/poshannessy/FB /code/react-rails
3
3
specs:
4
4
react-rails (0.4.1.0)
5
5
execjs
48
48
i18n (0.6.4)
49
49
journey (1.0.4)
50
50
json (1.8.0)
51
+ json (1.8.0-java)
51
52
mail (2.5.4)
52
53
mime-types (~> 1.16)
53
54
treetop (~> 1.4.8)
85
86
multi_json (~> 1.0)
86
87
rack (~> 1.0)
87
88
tilt (~> 1.1, != 1.3.0)
88
- sqlite3 (1.3.7)
89
89
thor (0.18.1)
90
90
tilt (1.4.1)
91
91
treetop (1.4.14)
94
94
tzinfo (0.3.37)
95
95
96
96
PLATFORMS
97
+ java
97
98
ruby
98
99
99
100
DEPENDENCIES
100
101
appraisal
101
102
bundler (>= 1.2.2)
102
103
rails (~> 3.2)
103
104
react-rails!
104
- sqlite3
Original file line number Diff line number Diff line change 1
1
PATH
2
- remote: /home/jakub /code/react-rails
2
+ remote: /Users/poshannessy/FB /code/react-rails
3
3
specs:
4
4
react-rails (0.4.1.0)
5
5
execjs
38
38
rake
39
39
arel (4.0.0)
40
40
atomic (1.1.12)
41
+ atomic (1.1.12-java)
41
42
builder (3.1.4)
42
43
erubis (2.7.0)
43
44
execjs (1.4.0)
78
79
actionpack (>= 3.0)
79
80
activesupport (>= 3.0)
80
81
sprockets (~> 2.8)
81
- sqlite3 (1.3.7)
82
82
thor (0.18.1)
83
83
thread_safe (0.1.2)
84
84
atomic
85
+ thread_safe (0.1.2-java)
86
+ atomic
85
87
tilt (1.4.1)
86
88
treetop (1.4.14)
87
89
polyglot
88
90
polyglot (>= 0.3.1)
89
91
tzinfo (0.3.37)
90
92
91
93
PLATFORMS
94
+ java
92
95
ruby
93
96
94
97
DEPENDENCIES
95
98
appraisal
96
99
bundler (>= 1.2.2)
97
100
rails (~> 4.0)
98
101
react-rails!
99
- sqlite3
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
16
16
17
17
s . add_development_dependency "bundler" , [ ">= 1.2.2" ]
18
18
s . add_development_dependency "appraisal"
19
- s . add_development_dependency "sqlite3" # needed for the dummy app
20
19
21
20
s . add_dependency 'execjs'
22
21
s . add_dependency 'rails' , '>= 3.1'
You can’t perform that action at this time.
0 commit comments