8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a842e2d commit 3c574cbCopy full SHA for 3c574cb
Gemfile
@@ -3,7 +3,7 @@ source 'http://rubygems.org'
3
gem 'rails', '3.0.10'
4
gem 'sqlite3-ruby', :require => 'sqlite3'
5
gem 'nifty-generators'
6
-gem "activeadmin", '0.5.0.pre1'
+gem "activeadmin", '0.5.0'
7
gem "faker"
8
gem 'newrelic_rpm', '3.1.1'
9
gem 'hoptoad_notifier', '2.4.11'
Gemfile.lock
@@ -15,7 +15,7 @@ GEM
15
rack-mount (~> 0.6.14)
16
rack-test (~> 0.5.7)
17
tzinfo (~> 0.3.23)
18
- activeadmin (0.5.0.pre1)
+ activeadmin (0.5.0)
19
arbre (>= 1.0.1)
20
bourbon (>= 1.0.0)
21
devise (>= 1.1.2)
@@ -136,7 +136,7 @@ PLATFORMS
136
ruby
137
138
DEPENDENCIES
139
- activeadmin (= 0.5.0.pre1)
+ activeadmin (= 0.5.0)
140
faker
141
hoptoad_notifier (= 2.4.11)
142
mechanize
0 commit comments