File tree Expand file tree Collapse file tree 3 files changed +15
-19
lines changed Expand file tree Collapse file tree 3 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'http://rubygems.org'
3
3
gem 'rails' , '3.0.10'
4
4
gem 'sqlite3-ruby' , :require => 'sqlite3'
5
5
gem 'nifty-generators'
6
- gem "activeadmin" , :git => 'git://github.com/gregbell/active_admin.git '
6
+ gem "activeadmin" , '0.4.0 '
7
7
gem "faker"
8
8
gem 'newrelic_rpm' , '3.1.1'
9
9
gem 'hoptoad_notifier' , '2.4.11'
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: git://github.com/gregbell/active_admin.git
3
- revision: cb9cee2c5a590f5ff28acf602eb60161db79ab04
4
- specs:
5
- activeadmin (0.3.4 )
6
- bourbon (>= 1.0.0 )
7
- devise (>= 1.1.2 )
8
- fastercsv
9
- formtastic (>= 2.0.0 )
10
- inherited_resources (< 1.3.0 )
11
- jquery-rails (>= 1.0.0 )
12
- kaminari (>= 0.13.0 )
13
- meta_search (>= 0.9.2 )
14
- rails (>= 3.0.0 )
15
- sass (>= 3.1.0 )
16
-
17
1
GEM
18
2
remote: http://rubygems.org/
19
3
specs:
31
15
rack-mount (~> 0.6.14 )
32
16
rack-test (~> 0.5.7 )
33
17
tzinfo (~> 0.3.23 )
18
+ activeadmin (0.4.0 )
19
+ bourbon (>= 1.0.0 )
20
+ devise (>= 1.1.2 )
21
+ fastercsv
22
+ formtastic (>= 2.0.0 )
23
+ inherited_resources (< 1.3.0 )
24
+ jquery-rails (>= 1.0.0 )
25
+ kaminari (>= 0.13.0 )
26
+ meta_search (>= 0.9.2 )
27
+ rails (>= 3.0.0 )
28
+ sass (>= 3.1.0 )
34
29
activemodel (3.0.10 )
35
30
activesupport (= 3.0.10 )
36
31
builder (~> 2.1.2 )
46
41
activesupport (3.0.10 )
47
42
arel (2.0.10 )
48
43
bcrypt-ruby (3.0.1 )
49
- bourbon (1.3.5 )
44
+ bourbon (1.3.6 )
50
45
sass (>= 3.1 )
51
46
builder (2.1.2 )
52
47
devise (1.5.3 )
@@ -138,7 +133,7 @@ PLATFORMS
138
133
ruby
139
134
140
135
DEPENDENCIES
141
- activeadmin !
136
+ activeadmin ( = 0.4.0 )
142
137
faker
143
138
hoptoad_notifier (= 2.4.11 )
144
139
mechanize
Original file line number Diff line number Diff line change 2
2
.icon {
3
3
display : none !important ;
4
4
}
5
+ table .dashboard td { width : 33% ; }
You can’t perform that action at this time.
0 commit comments