Skip to content

Instantly share code, notes, and snippets.

@kbighorse
Created March 3, 2017 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbighorse/af4985d16ac665e42e652b5d82cc9ab3 to your computer and use it in GitHub Desktop.
Save kbighorse/af4985d16ac665e42e652b5d82cc9ab3 to your computer and use it in GitHub Desktop.
diff --git a/Gemfile b/Gemfile
index 11793bd..661bcee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,6 +27,7 @@ gem "devise"
gem "omniauth"
gem "aasm"
gem "baby_squeel"
+gem "rails_admin", "1.1.1"
group :development do
gem "listen"
diff --git a/Gemfile.lock b/Gemfile.lock
index bafefb6..88adba1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -85,6 +85,13 @@ GEM
capybara (>= 2.3.0, < 2.13.0)
json
coderay (1.1.1)
+ coffee-rails (4.2.1)
+ coffee-script (>= 2.2.0)
+ railties (>= 4.0.0, < 5.2.x)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
@@ -116,12 +123,16 @@ GEM
railties (>= 3.0.0)
ffi (1.9.17)
flutie (2.0.0)
+ font-awesome-rails (4.7.0.1)
+ railties (>= 3.2, < 5.1)
formulaic (0.3.0)
activesupport
capybara
i18n
globalid (0.3.7)
activesupport (>= 4.1.0)
+ haml (4.0.7)
+ tilt
hamlit (2.7.5)
temple (~> 0.7.6)
thor
@@ -135,7 +146,12 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
+ jquery-ui-rails (5.0.5)
+ railties (>= 3.2.16)
json (2.0.3)
+ kaminari (0.17.0)
+ actionpack (>= 3.0.0)
+ activesupport (>= 3.0.0)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.1.5)
@@ -156,6 +172,7 @@ GEM
neat (2.0.0.beta.2)
sass (~> 3.4)
thor (~> 0.19)
+ nested_form (0.3.2)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
@@ -183,6 +200,9 @@ GEM
rack (>= 1.0.0, < 3)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
+ rack-pjax (1.0.0)
+ nokogiri (~> 1.5)
+ rack (>= 1.1)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.4.2)
@@ -203,6 +223,19 @@ GEM
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
+ rails_admin (1.1.1)
+ builder (~> 3.1)
+ coffee-rails (~> 4.0)
+ font-awesome-rails (>= 3.0, < 5)
+ haml (~> 4.0)
+ jquery-rails (>= 3.0, < 5)
+ jquery-ui-rails (~> 5.0)
+ kaminari (~> 0.14)
+ nested_form (~> 0.3)
+ rack-pjax (>= 0.7)
+ rails (>= 4.0, < 6)
+ remotipart (~> 1.3)
+ sass-rails (>= 4.0, < 6)
rails_stdout_logging (0.0.5)
railties (5.0.1)
actionpack (= 5.0.1)
@@ -217,6 +250,7 @@ GEM
recipient_interceptor (0.1.2)
mail
refills (0.2.0)
+ remotipart (1.3.1)
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
rspec-core (3.5.4)
@@ -340,6 +374,7 @@ DEPENDENCIES
rack-mini-profiler
rack-timeout
rails (= 5.0.1)
+ rails_admin (= 1.1.1)
rails_stdout_logging
recipient_interceptor
refills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment