Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit cb74a4f

Browse files
author
B1nj0y
committed
update go-on-rails to v0.1.11
1 parent b067a4e commit cb74a4f

File tree

6 files changed

+90
-90
lines changed

6 files changed

+90
-90
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gem 'jbuilder', '~> 2.5'
3333

3434
# Use Capistrano for deployment
3535
# gem 'capistrano-rails', group: :development
36-
gem 'go-on-rails', '~> 0.1.10'
36+
gem 'go-on-rails', '~> 0.1.11'
3737
gem 'devise'
3838
gem 'rails_admin', '~> 1.2'
3939
gem 'cancancan', '~> 2.0'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: https://gems.ruby-china.org/
2+
remote: https://rubygems.org/
33
specs:
44
actioncable (5.1.3)
55
actionpack (= 5.1.3)
@@ -79,7 +79,7 @@ GEM
7979
railties (>= 3.2, < 5.2)
8080
globalid (0.4.0)
8181
activesupport (>= 4.2.0)
82-
go-on-rails (0.1.10)
82+
go-on-rails (0.1.11)
8383
haml (5.0.2)
8484
temple (>= 0.8.0)
8585
tilt
@@ -247,7 +247,7 @@ DEPENDENCIES
247247
capybara (~> 2.13)
248248
coffee-rails (~> 4.2)
249249
devise
250-
go-on-rails (~> 0.1.10)
250+
go-on-rails (~> 0.1.11)
251251
jbuilder (~> 2.5)
252252
listen (>= 3.0.5, < 3.2)
253253
mysql2 (>= 0.3.18, < 0.5)
@@ -265,4 +265,4 @@ DEPENDENCIES
265265
webpacker (~> 3.0)
266266

267267
BUNDLED WITH
268-
1.13.6
268+
1.16.0.pre.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rails new example_with_admin --database mysql --skip-bundle
2121
Then we edit `Gemfile` to add gems we need:
2222

2323
```ruby
24-
gem 'go-on-rails', '~> 0.1.10'
24+
gem 'go-on-rails', '~> 0.1.11'
2525
gem 'devise'
2626
gem 'rails_admin', '~> 1.2'
2727
gem 'cancancan', '~> 2.0'

0 commit comments

Comments
 (0)