Skip to content

Commit

Permalink
Merge pull request #5715 from activeadmin/cut_2.0
Browse files Browse the repository at this point in the history
Cut 2.0.0.rc1
  • Loading branch information
javierjulio committed Mar 23, 2019
2 parents f6a1a66 + 7dc2050 commit 78ea1c7
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.0.0.rc1 [](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)

### Enhancements

* Add your own content to the site `<head>`, like analytics [#5590] by [@buren]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: ..
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_51.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: ..
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down
27 changes: 26 additions & 1 deletion gemfiles/rails_60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ GIT
remote: https://github.com/jruby/activerecord-jdbc-adapter
revision: e49f1435167610e7801012da0d74d32234f8bc1d
specs:
activerecord-jdbc-adapter (60.0-java)
activerecord (~> 6.0.0.beta3)
activerecord-jdbcsqlite3-adapter (60.0-java)
activerecord-jdbc-adapter (= 60.0)
jdbc-sqlite3 (~> 3.8, < 3.30)
jdbc-sqlite3 (3.20.1)

PATH
remote: ..
specs:
activeadmin (2.0.0.alpha)
activeadmin (2.0.0.rc1)
arbre (~> 1.1, >= 1.1.1)
formtastic (~> 3.1)
formtastic_i18n (~> 0.4)
Expand Down Expand Up @@ -112,6 +118,7 @@ GEM
execjs (~> 2.0)
backports (3.12.0)
bcrypt (3.1.12)
bcrypt (3.1.12-java)
builder (3.2.3)
byebug (11.0.0)
capybara (3.14.0)
Expand Down Expand Up @@ -167,6 +174,7 @@ GEM
erubi (1.8.0)
execjs (2.7.0)
ffi (1.10.0)
ffi (1.10.0-java)
formtastic (3.1.5)
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
Expand All @@ -188,7 +196,9 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jruby-openssl (0.10.2-java)
json (2.2.0)
json (2.2.0-java)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
Expand All @@ -203,6 +213,9 @@ GEM
kaminari-core (1.1.1)
launchy (2.4.3)
addressable (~> 2.3)
launchy (2.4.3-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -221,8 +234,10 @@ GEM
multi_json (1.13.1)
multi_test (0.1.2)
nio4r (2.3.1)
nio4r (2.3.1-java)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.1-java)
orm_adapter (0.5.0)
parallel (1.14.0)
parallel_tests (2.28.0)
Expand All @@ -231,6 +246,10 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.12.2-java)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
spoon (~> 0.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
Expand Down Expand Up @@ -315,6 +334,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spoon (0.0.6)
ffi
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -329,18 +350,22 @@ GEM
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tzinfo (1.2.5)
thread_safe (~> 0.1)
warden (1.2.8)
rack (>= 2.0.6)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-driver (0.7.0-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (1.3.3)

PLATFORMS
java
ruby

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveAdmin
VERSION = '2.0.0.alpha'
VERSION = '2.0.0.rc1'
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activeadmin",
"version": "2.0.0-alpha",
"version": "2.0.0-rc1",
"description": "The administration framework for Ruby on Rails.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 78ea1c7

Please sign in to comment.