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

Commit dcd38cb

Browse files
author
B1nj0y
committed
update go-on-rails to v0.1.10
1 parent e576553 commit dcd38cb

File tree

6 files changed

+150
-101
lines changed

6 files changed

+150
-101
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#source 'https://rubygems.org'
2-
source 'https://gems.ruby-china.org'
1+
source 'https://rubygems.org'
2+
#source 'https://gems.ruby-china.org'
33

44
git_source(:github) do |repo_name|
55
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
@@ -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.9'
36+
gem 'go-on-rails', '~> 0.1.10'
3737
gem 'devise'
3838
gem 'rails_admin', '~> 1.2'
3939
gem 'cancancan', '~> 2.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9)
82+
go-on-rails (0.1.10)
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.9)
250+
go-on-rails (~> 0.1.10)
251251
jbuilder (~> 2.5)
252252
listen (>= 3.0.5, < 3.2)
253253
mysql2 (>= 0.3.18, < 0.5)

0 commit comments

Comments
 (0)