File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ source 'https://rubygems.org'
2
2
3
3
gem 'rails' , '3.2.3'
4
4
5
+ group :development do
6
+ gem 'sqlite3' , '1.3.5'
7
+ end
5
8
6
9
7
10
# Gems used only for assets and not required
15
18
16
19
gem 'jquery-rails' , '2.0.0'
17
20
18
-
19
- gem 'pg'
21
+ group :production do
22
+ gem 'pg' , '0.12.2'
23
+ end
Original file line number Diff line number Diff line change 53
53
treetop (~> 1.4.8 )
54
54
mime-types (1.18 )
55
55
multi_json (1.3.5 )
56
- pg (0.13 .2-x86-mingw32 )
56
+ pg (0.12 .2-x86-mingw32 )
57
57
polyglot (0.3.3 )
58
58
rack (1.4.1 )
59
59
rack-cache (1.2 )
89
89
hike (~> 1.2 )
90
90
rack (~> 1.0 )
91
91
tilt (~> 1.1 , != 1.3.0 )
92
+ sqlite3 (1.3.5-x86-mingw32 )
92
93
thor (0.14.6 )
93
94
tilt (1.3.3 )
94
95
treetop (1.4.10 )
99
100
execjs (>= 0.3.0 )
100
101
multi_json (>= 1.0.2 )
101
102
103
+ PLATFORMS
104
+ x86-mingw32
102
105
103
106
DEPENDENCIES
104
107
coffee-rails (= 3.2.2 )
105
108
jquery-rails (= 2.0.0 )
106
- pg
109
+ pg ( = 0.12.2 )
107
110
rails (= 3.2.3 )
108
111
sass-rails (= 3.2.4 )
112
+ sqlite3 (= 1.3.5 )
109
113
uglifier (= 1.2.3 )
You can’t perform that action at this time.
0 commit comments