File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11PATH
2- remote: /home/jakub /code/react-rails
2+ remote: /Users/poshannessy/FB /code/react-rails
33 specs:
44 react-rails (0.4.1.0)
55 execjs
4848 i18n (0.6.4)
4949 journey (1.0.4)
5050 json (1.8.0)
51+ json (1.8.0-java)
5152 mail (2.5.4)
5253 mime-types (~> 1.16)
5354 treetop (~> 1.4.8)
8586 multi_json (~> 1.0)
8687 rack (~> 1.0)
8788 tilt (~> 1.1, != 1.3.0)
88- sqlite3 (1.3.7)
8989 thor (0.18.1)
9090 tilt (1.4.1)
9191 treetop (1.4.14)
9494 tzinfo (0.3.37)
9595
9696PLATFORMS
97+ java
9798 ruby
9899
99100DEPENDENCIES
100101 appraisal
101102 bundler (>= 1.2.2)
102103 rails (~> 3.1)
103104 react-rails!
104- sqlite3
Original file line number Diff line number Diff line change 11PATH
2- remote: /home/jakub /code/react-rails
2+ remote: /Users/poshannessy/FB /code/react-rails
33 specs:
44 react-rails (0.4.1.0)
55 execjs
4848 i18n (0.6.4)
4949 journey (1.0.4)
5050 json (1.8.0)
51+ json (1.8.0-java)
5152 mail (2.5.4)
5253 mime-types (~> 1.16)
5354 treetop (~> 1.4.8)
8586 multi_json (~> 1.0)
8687 rack (~> 1.0)
8788 tilt (~> 1.1, != 1.3.0)
88- sqlite3 (1.3.7)
8989 thor (0.18.1)
9090 tilt (1.4.1)
9191 treetop (1.4.14)
9494 tzinfo (0.3.37)
9595
9696PLATFORMS
97+ java
9798 ruby
9899
99100DEPENDENCIES
100101 appraisal
101102 bundler (>= 1.2.2)
102103 rails (~> 3.2)
103104 react-rails!
104- sqlite3
Original file line number Diff line number Diff line change 11PATH
2- remote: /home/jakub /code/react-rails
2+ remote: /Users/poshannessy/FB /code/react-rails
33 specs:
44 react-rails (0.4.1.0)
55 execjs
3838 rake
3939 arel (4.0.0)
4040 atomic (1.1.12)
41+ atomic (1.1.12-java)
4142 builder (3.1.4)
4243 erubis (2.7.0)
4344 execjs (1.4.0)
7879 actionpack (>= 3.0)
7980 activesupport (>= 3.0)
8081 sprockets (~> 2.8)
81- sqlite3 (1.3.7)
8282 thor (0.18.1)
8383 thread_safe (0.1.2)
8484 atomic
85+ thread_safe (0.1.2-java)
86+ atomic
8587 tilt (1.4.1)
8688 treetop (1.4.14)
8789 polyglot
8890 polyglot (>= 0.3.1)
8991 tzinfo (0.3.37)
9092
9193PLATFORMS
94+ java
9295 ruby
9396
9497DEPENDENCIES
9598 appraisal
9699 bundler (>= 1.2.2)
97100 rails (~> 4.0)
98101 react-rails!
99- sqlite3
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
1616
1717 s . add_development_dependency "bundler" , [ ">= 1.2.2" ]
1818 s . add_development_dependency "appraisal"
19- s . add_development_dependency "sqlite3" # needed for the dummy app
2019
2120 s . add_dependency 'execjs'
2221 s . add_dependency 'rails' , '>= 3.1'
You can’t perform that action at this time.
0 commit comments