Skip to content

Commit 69030d3

Browse files
committed
Remove sqlite, update Appraisal lock files
Running `rake appraisal:install` added the jruby dependencies.
1 parent c856f37 commit 69030d3

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

gemfiles/rails_3.1.gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PATH
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
@@ -48,6 +48,7 @@ GEM
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)
@@ -85,7 +86,6 @@ GEM
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)
@@ -94,11 +94,11 @@ GEM
9494
tzinfo (0.3.37)
9595

9696
PLATFORMS
97+
java
9798
ruby
9899

99100
DEPENDENCIES
100101
appraisal
101102
bundler (>= 1.2.2)
102103
rails (~> 3.1)
103104
react-rails!
104-
sqlite3

gemfiles/rails_3.2.gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PATH
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
@@ -48,6 +48,7 @@ GEM
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)
@@ -85,7 +86,6 @@ GEM
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)
@@ -94,11 +94,11 @@ GEM
9494
tzinfo (0.3.37)
9595

9696
PLATFORMS
97+
java
9798
ruby
9899

99100
DEPENDENCIES
100101
appraisal
101102
bundler (>= 1.2.2)
102103
rails (~> 3.2)
103104
react-rails!
104-
sqlite3

gemfiles/rails_4.0.gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PATH
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
@@ -38,6 +38,7 @@ GEM
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)
@@ -78,22 +79,23 @@ GEM
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

9193
PLATFORMS
94+
java
9295
ruby
9396

9497
DEPENDENCIES
9598
appraisal
9699
bundler (>= 1.2.2)
97100
rails (~> 4.0)
98101
react-rails!
99-
sqlite3

react-rails.gemspec

-1
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)